-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot SSH access to Debian cloud image 9.1.1: #67
Comments
Same process works fine with Ubuntu xenial image: [root@devstack1 ~(keystone_admin)]#
ubuntu@xenial1:~$ |
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 [email protected]
It is asking for passphrase of the keypair, which is empty, then it asks foor the password for the user debian?
The text was updated successfully, but these errors were encountered: