You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 25, 2017. It is now read-only.
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.
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
+----------+------------------------------------------+--------+
| ID | Name | Status |
+----------+------------------------------------------+--------+
| 24 | Windows Server 2008 SP2 x64 | ACTIVE |
| 28 | Windows Server 2008 R2 x64 | ACTIVE |
| 31 | Windows Server 2008 SP2 x86 | ACTIVE |
| 56 | Windows Server 2008 SP2 x86 - MSSQL2K8R2 | ACTIVE |
| 57 | Windows Server 2008 SP2 x64 - MSSQL2K8R2 | ACTIVE |
| 58 | Windows Server 2008 R2 x64 - MSSQL2K8R2 | ACTIVE |
| 81 | Windows Server 2008 R2 x64 - SQL Web | ACTIVE |
| 100 | Arch 2011.10 | ACTIVE |
| 103 | Debian 5 (Lenny) | ACTIVE |
| 104 | Debian 6 (Squeeze) | ACTIVE |
| 106 | Fedora 14 | ACTIVE |
| 108 | Gentoo 11.0 | ACTIVE |
| 109 | openSUSE 12 | ACTIVE |
| 110 | Red Hat Enterprise Linux 5.5 | ACTIVE |
| 111 | Red Hat Enterprise Linux 6 | ACTIVE |
| 112 | Ubuntu 10.04 LTS | ACTIVE |
| 114 | CentOS 5.6 | ACTIVE |
| 115 | Ubuntu 11.04 | ACTIVE |
| 116 | Fedora 15 | ACTIVE |
| 118 | CentOS 6.0 | ACTIVE |
| 119 | Ubuntu 11.10 | ACTIVE |
| 120 | Fedora 16 | ACTIVE |
| 6504807 | daily | ACTIVE |
| 12868326 | daily | ACTIVE |
+----------+------------------------------------------+--------+
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
None yet
1 participant
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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