Gentoo Archives: gentoo-user

From: Paul Hartman <paul.hartman+gentoo@×××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] openssh-5.4 upgrade warning for publickey users
Date: Sat, 13 Mar 2010 01:10:18
Message-Id: 58965d8a1003121709x10571ae3w42224c13e6221f45@mail.gmail.com
1 Just a quick note for publickey-only sshd users that if you upgrade to
2 openssh 5.4 the AuthorizedKeysFile entry in sshd_config may need to be
3 updated or else you won't be able to login to your system.
4
5 If you have:
6 AuthorizedKeysFile .ssh/authorized_keys
7 (which is the default example in the config file)
8
9 change it to this:
10 AuthorizedKeysFile %h/.ssh/authorized_keys
11
12 and then restart sshd.
13
14 Thanks to Doktor Notor who posted the solution on bugzilla.
15 http://bugs.gentoo.org/show_bug.cgi?id=308939

Replies

Subject Author
Re: [gentoo-user] openssh-5.4 upgrade warning for publickey users Graham Murray <graham@×××××××××××.uk>
Re: [gentoo-user] openssh-5.4 upgrade warning for publickey users Peter Ruskin <peter.ruskin@×××××××××.com>