Bug 21100

Summary: sshd does not consider authorized_keys2 unless 2 is the _only_ protocol
Product: Base System Reporter: Mikhail Teterin <mi>
Component: binAssignee: Kris Kennaway <kris>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Unspecified   
Hardware: Any   
OS: Any   

Description Mikhail Teterin 2000-09-08 01:40:01 UTC
	A particular account wishes to only use DSA keys and hence the
	SSH2 protocol. Unfortunately, sshd does not even look at the
	~/.ssh/authorized_keys2 unless the /etc/ssh/sshd_config states
	``Protocol 2''. Listing (as the man-page suggests) both 1 and 2
	on the line does not work -- the server insists on password.

	Removing 1 helps (and proves that everything else is configured
	properly), but prevents other accounts from logging in using older
	ssh-clients.

How-To-Repeat: 
	See description.
Comment 1 Sheldon Hearn freebsd_committer freebsd_triage 2000-09-08 14:06:10 UTC
Responsible Changed
From-To: freebsd-bugs->kris

Over to maintainer.
Comment 2 Kris Kennaway freebsd_committer freebsd_triage 2000-09-17 07:31:38 UTC
State Changed
From-To: open->closed

Please take up this bug report with the OpenSSH developers - 
see www.openssh.com for contact details. FreeBSD doesn't 
maintain a separately developed version of OpenSSH except for 
minor local changes.