View Single Post
  #4  
Old August 7th, 2007
rzs0502's Avatar
rzs0502 Offline
System Engineer/Developer
 
Join Date: July 2006
Location: Johannesburg, South Africa
Posts: 27
Re: OpenSSH does not work with password prompt bypassing

My keys work with the following version:
openssh.base.server 4.3.0.5301 COMMITTED Open Secure Shell Server

Common problems are
Group write permission on the particular user's home directory
Key entry in authorized_keys is not on a single line (usually when copied & pasted)
~/.ssh directory and it's contents having group/world write permissions

If all else fails, use a couple of '-v' flags on the ssh command to see if anything useful is logged.

Hope it helps.
Reply With Quote