Looks like you're trying to use pubkey authentication, perhaps? If you're
trying to use just passwords for authentication, try setting host2's
AllowedAuthentications to just read "password", to rule out a variable...

Otherwise, check host2's authorization file and host1's identity file and
make sure they're paired up properly. Better details on doing this
escape me momentarily...

--
Gregor Mosheh
[EMAIL PROTECTED]
Systems Admin, Humboldt Internet
707.825.4638


On Fri, 19 Nov 1999, Phil Hurvitz wrote:

> Can anyone give me a clue what's up?  I installed ssh identically (as far as
> I know) on 2 servers.  One works, the other doesn't.
> 
> I altered ssh2_config and sshd2_config to allow ssh1 compat., restarted the
> ssh daemon, but I get this:
> 
> host1% ssh1 -v host2.cfr
> 
> SSH Version 1.2.27 [sparc-sun-solaris2.7], protocol version 1.5.
> Standard version.  Does not use RSAREF.
> host1: Reading configuration data /etc/ssh_config
> host1: ssh_connect: getuid 13362 geteuid 0 anon 0
> host1: Connecting to host2.cfr [128.95.36.27] port 22.
> host1: Allocated local port 1022.
> host1: Connection established.
> host1: Remote protocol version 1.99, remote software version 2.0.13
>    (non-comme rcial)
> host1: Waiting for server public key.
> host1: Received server public key (768 bits) and host key (1024 bits).
> Host key not found from the list of known hosts.
> Are you sure you want to continue connecting (yes/no)? yes
> Host 'host2.cfr' added to the list of known hosts.
> host1: Initializing random; seed file /home/phurvitz/.ssh/random_seed
> host1: Encryption type: idea
> host1: Sent encrypted session key.
> host1: Installing crc compensation attack detector.
> host1: Received encrypted confirmation.
> host1: Trying rhosts or /etc/hosts.equiv with RSA host authentication.
> host1: Server refused our rhosts authentication or host key.
> host1: No agent.
> host1: Trying RSA authentication with key 'phurvitz@host1'
> host1: Server refused our key.
> host1: Doing password authentication.
> 
> 
> Why am I getting a Server refused our key message?
> 
> Thanks,
> 
> -P.
> 
> ******************************************************************************
> Phil Hurvitz, MFR | GIS Specialist | College of Forest Resources | 355 Bloedel
> Box 352100 | University of Washington, Seattle, Washington  98195-2100, USA
>  tel: 206.685.8179 | FAX: 206.685.3091 | e-mail: [EMAIL PROTECTED] 
>              WWW: http://lobo.cfr.washington.edu/phurvitz/
> ******************************************************************************
> 
> 

Reply via email to