The use of authorized_keys2 for protocol 2 has been deprecated and is no longer supported by some distros#14
The use of authorized_keys2 for protocol 2 has been deprecated and is no longer supported by some distros#14rizumu wants to merge 2 commits intojacobian:masterfrom
Conversation
|
I just checked the current Rackspace images, 100-120 listed below, and built one of each with this change. SSH logins continue to work on all, including the RHEL's. [localhost] local: openstack-compute image-list |
|
Today I found the prettytable's printt() method wasn't working the 0.6 version. Simplest fix was to freeze at 0.5. |
|
sorry for the extra comments, github went berzerk |
Rackspace recently upgraded Arch Linux to a newer image which no longer supports the deprecated, since 2001, authorized_keys2. openstack.compute was uploading my public key to ~/.ssh/authorized_keys2 instead of ~/.ssh/authorized_keys. I discovered this because I began receiving a password prompt each and every login and took a look at Arch's default /etc/ssh/sshd_config.
See the discussion here:
http://serverfault.com/questions/116177/whats-the-difference-between-authorized-keys-and-authorized-keys2