Bug 27264

Summary: ssh won't do RSA authentication with OpenSSH 2.3 servers
Product: Base System Reporter: quinot <quinot>
Component: binAssignee: Brian Feldman <green>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: 5.0-CURRENT   
Hardware: Any   
OS: Any   

Description quinot 2001-05-11 08:30:01 UTC
	As of -CURRENT cvsupped 2 days ago, ssh won't do public-key
	authentication with OpenSSH 2.3 servers anymore (neither
	directly with .ssh/identity nor through an authentication agent).
	Public-key authentication with SSH1 servers still works correctly.

Fix: 

None known.
How-To-Repeat: 	Setup a private/public key pair in .ssh. Install the public key
	on two hosts' .ssh/authorized_keys files, one host being SSH1,
	the other OpenSSH 2.3.

	ssh host1: asks you for your public key passphrase
	ssh host2: asks you for your UNIX password.
Comment 1 Doug Barton freebsd_committer freebsd_triage 2001-05-14 05:29:25 UTC
Responsible Changed
From-To: freebsd-bugs->green


Over to ssh's maintainer
Comment 2 Jeroen Ruigrok van der Werven freebsd_committer freebsd_triage 2001-11-15 18:54:04 UTC
State Changed
From-To: open->closed

Having used OpenSSH 2.3 with other ssh versions and public keys of all 
kinds I can safely say this has been fixed.