From c1e2121099c26d686b7b7b0b27499fb1338a439c Mon Sep 17 00:00:00 2001 From: Lorin Hochstein Date: Sun, 27 Oct 2013 12:46:53 -0400 Subject: [PATCH] Document cirros password in install guide Describe how to ssh to cirros using password. Backport: havana Change-Id: Ie45c2d343ef2b6bc560d59a67224aa79ccf48e87 --- doc/install-guide/section_nova-boot.xml | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/doc/install-guide/section_nova-boot.xml b/doc/install-guide/section_nova-boot.xml index d6e2c66f6b..c62035a637 100644 --- a/doc/install-guide/section_nova-boot.xml +++ b/doc/install-guide/section_nova-boot.xml @@ -168,12 +168,16 @@ +--------------------------------------+----------------------------------------------------------+ - Once enough time has passed so that the instance is fully booted and initialized and your security groups are set, - you can ssh into the instance without a password, using the keypair given to nova boot. - You can obtain the IP address of the instance from the output of nova list. - 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 ssh client (~/.ssh/.id_rsa). - Note that CirrOS demands login as user cirros, not root. + Once enough time has passed so that the instance is fully booted and initialized and your + security groups are set, you can ssh into the instance without a + password, using the keypair given to nova boot. You can obtain the IP + address of the instance from the output of nova list. 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 ssh client + (~/.ssh/.id_rsa). + You must log in to a CirrOS instance as user cirros, not root. + You can also log in to the cirros account without an ssh key using the password + cubswin:) $ ssh cirros@10.0.0.3