Document cirros password in install guide
Describe how to ssh to cirros using password. Backport: havana Change-Id: Ie45c2d343ef2b6bc560d59a67224aa79ccf48e87
This commit is contained in:
parent
f190f69d9f
commit
c1e2121099
@ -168,12 +168,16 @@
|
||||
+--------------------------------------+----------------------------------------------------------+</computeroutput></screen>
|
||||
</note>
|
||||
</step>
|
||||
<step><para>Once enough time has passed so that the instance is fully booted and initialized and your security groups are set,
|
||||
you can <command>ssh</command> into the instance without a password, using the keypair given to <command>nova boot</command>.
|
||||
You can obtain the IP address of the instance from the output of <command>nova list</command>.
|
||||
You don't need to specify the private key to use, because the private key of the mykey keypair was stored in the
|
||||
default location for the <command>ssh</command> client (~/.ssh/.id_rsa).
|
||||
Note that CirrOS demands login as user cirros, not root.</para>
|
||||
<step><para>Once enough time has passed so that the instance is fully booted and initialized and your
|
||||
security groups are set, you can <command>ssh</command> into the instance without a
|
||||
password, using the keypair given to <command>nova boot</command>. You can obtain the IP
|
||||
address of the instance from the output of <command>nova list</command>. You don't need to
|
||||
specify the private key to use, because the private key of the mykey keypair was stored in
|
||||
the default location for the <command>ssh</command> client
|
||||
(<filename>~/.ssh/.id_rsa</filename>). <note>
|
||||
<para>You must log in to a CirrOS instance as user cirros, not root.</para>
|
||||
</note> You can also log in to the cirros account without an ssh key using the password
|
||||
<literal>cubswin:)</literal></para>
|
||||
<screen><prompt>$</prompt> ssh cirros@10.0.0.3</screen></step>
|
||||
</procedure>
|
||||
</section>
|
||||
|
Loading…
Reference in New Issue
Block a user