Bug 72

Summary: sshd 3.0.2p1 assumes authorized_keys2 unless configured otherwise.
Product: Portable OpenSSH Reporter: K. Maupin <maupin>
Component: sshdAssignee: OpenSSH Bugzilla mailing list <openssh-bugs>
Status: CLOSED WORKSFORME    
Severity: normal    
Priority: P2    
Version: -current   
Hardware: All   
OS: All   

Description K. Maupin 2002-01-18 05:32:59 AEDT
This bug report is similar to bug id 66.

sshd 3.0.2p1 defaults to ~/.ssh/authorized_keys2 unless
"AuthorizedKeysFile %h/.ssh/authorized_keys" is set in sshd_config.
AuthorizedKeysFile is unset in the default sshd_config installed with
OpenSSH.  This behavior directly conflicts with statements in the
change log that authorized_keys2 has been deprecated.

I've observed this behavior under x86 Linux 6.2 and 7.1 and SPARC
Solaris 7.  OpenSSH was compiled from source in all cases.

OpenSSH is a terrific product, keep up the great work!
Comment 1 Markus Friedl 2002-01-18 05:49:07 AEDT
can you prove this with a sshd output? e.g. from sshd -ddd ?
Comment 2 Damien Miller 2002-01-23 17:26:50 AEDT
I can attest that 3.0.2p2 does check authorized_keys first. In the absence of
any further information, I am closing.
Comment 3 Damien Miller 2002-01-24 09:47:11 AEDT
Reporter contacted me by email - the issue was a permissions problem on the
authorized_key files