I provisioned a Debian instance with a keypair:
nova boot --key-name mykey1 ...
chmod 600 mykey1.pem
192.168.0.191 being the floating IP:
ssh -i mykey1.pem debian@192.168.0.191
Enter passphrase for key 'mykey1.pem':
debian@192.168.0.191's password:
Permission denied, please try again.
debian@192.168.0.191's password:
Permission denied, please try again.
debian@192.168.0.191's password:
Permission denied (publickey,password).
It is asking for passphrase of the keypair, which is empty, then it asks foor the password for the user debian?
I provisioned a Debian instance with a keypair:
nova boot --key-name mykey1 ...chmod 600 mykey1.pem192.168.0.191 being the floating IP:
ssh -i mykey1.pem debian@192.168.0.191It is asking for passphrase of the keypair, which is empty, then it asks foor the password for the user debian?