diff --git a/doc/training-guides/basic-install-guide/section_launch-instance-nova.xml b/doc/training-guides/basic-install-guide/section_launch-instance-nova.xml index eb984c7b..e1ead991 100644 --- a/doc/training-guides/basic-install-guide/section_launch-instance-nova.xml +++ b/doc/training-guides/basic-install-guide/section_launch-instance-nova.xml @@ -10,14 +10,14 @@ Most cloud images support public key authentication rather than conventional user name/password authentication. Before launching an instance, you must - generate a public/private key pair using ssh-keygen + generate a public/private keypair using ssh-keygen and add the public key to your OpenStack environment. Source the demo tenant credentials: $ source demo-openrc.sh - Generate a key pair: + Generate a keypair: $ ssh-keygen @@ -238,7 +238,7 @@ Are you sure you want to continue connecting (yes/no)? yes Warning: Permanently added '203.0.113.26' (RSA) to the list of known hosts. $ - If your host does not contain the public/private key pair created + If your host does not contain the public/private keypair created in an earlier step, SSH prompts for the default password associated with the cirros user.