Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 17 Mar 2001 11:45:40 -0600
From:      Glenn Johnson <glennpj@charter.net>
To:        questions@freebsd.org
Subject:   SSH not working with RhostsRSAAuthentication
Message-ID:  <20010317114540.A2142@gforce.homelan.net>

next in thread | raw e-mail | index | archive | help
I have my sshd configured to accept RhostsRSAAuthentication.  I have the
approriate entry in /etc/hosts.equiv and verified that rsh works.  I
have the host public key put into /etc/ssh/ssh_known_hosts.  However,
ssh will not even try using RhostsRSAAuthentication as evidenced below:

SSH Version OpenSSH_2.3.0, protocol versions 1.5/2.0.
Compiled with SSL (0x0090600f).
debug: Reading configuration data /etc/ssh/ssh_config
debug: Applying options for *
debug: ssh_connect: getuid 1001 geteuid 1001 anon 1
debug: Connecting to gforce.homelan.net [192.168.0.1] port 22.
debug: Connection established.
debug: Remote protocol version 1.99, remote software version OpenSSH_2.3.0
debug: match: OpenSSH_2.3.0 pat ^OpenSSH[-_]2\.3

debug: Local version string SSH-1.5-OpenSSH_2.3.0
debug: Waiting for server public key.
debug: Received server public key (768 bits) and host key (1024 bits).
debug: Host 'gforce' is known and matches the RSA host key.
debug: Encryption type: 3des
debug: Sent encrypted session key.
debug: Installing crc compensation attack detector.
debug: Received encrypted confirmation.
debug: Trying RSA authentication with key 'glenn@gforce.homelan.net'
debug: Server refused our key.
debug: Doing password authentication.

I am pretty sure RhostsRSAAuthentication worked at one time but I can
not remember when.

-- 
Glenn Johnson
glennpj@charter.net

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010317114540.A2142>