[plug] openssh
Jason Nicholls
jason at mindsocket.com.au
Tue Apr 10 16:37:01 WST 2001
On Tue, Apr 10, 2001 at 03:23:11PM +0800, Paul Dean wrote:
> checked /var/log/secure (red hat)
> nothing about refuse RSA Auth???
> it's like it checks the key but then asks for a password too...
Check the server /etc/ssh/sshd_config about the default Protocol. eg:
Protocol 2, 1
will set ssh2 as the default protocol. If that's the case then perhaps you're
trying to do DSAAuthentication rather than RSAAuthentication. If you're doing
DSAAuth you need to create a file ~/.ssh/authorized_keys2 in your home dir on
the server. Also note the RSA and DSA keys are different. RSA usually have
files name "identity.pub" and "identity", while DSA have files named
"id_dsa.pub" and "id_dsa".
If something like this appears to be the problem then read the man page ;)
Later,
Jason Nicholls
--------------------------------------------------------------------
Jason Nicholls icq: 11745841 email: <jason at mindsocket.com.au>
Proprietor mobile: 0417 410 811
Mind Socket [web services] http://www.mindsocket.com.au/
--------------------------------------------------------------------
More information about the plug
mailing list