[Subject Prev][Subject Next][Thread Prev][Thread Next][Subject Index][Thread Index]

ssh1 authentication problem



Ok, here is the situation.
I am trying to access wpaa.org from citrus and wellspring using ssh1. Both
citrus and wellspring are supposedly allowed to access wpaa.org but as the
following log shows, citrus can access wpaa.org whereas wellspring can not.
Does anyone know what could be the problem here ?

Thanks
Nishi
--------------------------- start - debug log
----------------------------------
citrus /home/c3ipros> ssh1 -v -c 3des -p 22 -l nkapoor wpaa.org
SSH Version 1.2.26 [sparc-sun-solaris2.6], protocol version 1.5.Compiled
with RSAREF.
citrus: Reading configuration data /etc/ssh_config
citrus: ssh_connect: getuid 5892 geteuid 5892 anon 1
citrus: Connecting to wpaa.org [65.108.213.197] port 22.
citrus: Connection established.
citrus: Remote protocol version 1.5, remote software version 1.2.27
citrus: Waiting for server public key.
citrus: Received server public key (768 bits) and host key (1024 bits).
citrus: Host 'wpaa.org' is known and matches the host key.
citrus: Initializing random; seed file /home/c3ipros/.ssh/random_seed
citrus: Encryption type: 3des
citrus: Sent encrypted session key.
citrus: Installing crc compensation attack detector.
citrus: Received encrypted confirmation.
citrus: No agent.
citrus: Doing password authentication.
nkapoor@xxxxxxxx's password:
citrus: Requesting pty.
citrus: Requesting shell.
citrus: Entering interactive session.

Red Hat Linux release 6.1 (Cartman)

No mail.
nkapoor@host6:/home/nkapoor>
=======================================================
wellspring:~$ ssh1 -v -c 3des -p 22 -l nkapoor wpaa.org
SSH Version 1.2.26 [i686-unknown-linux], protocol version 1.5.Standard
version.  Does not use RSAREF.
wellspring.propagation.net: Reading configuration data /etc/ssh_config
wellspring.propagation.net: ssh_connect: getuid 564 geteuid 0 anon 0
wellspring.propagation.net: Connecting to wpaa.org [63.249.235.101] port 22.
wellspring.propagation.net: Allocated local port 1022.
wellspring.propagation.net: Connection established.
wellspring.propagation.net: Remote protocol version 1.99, remote software
version 2.0.13 (non-commercial)
wellspring.propagation.net: Waiting for server public key.
wellspring.propagation.net: Received server public key (768 bits) and host
key (1024 bits).
wellspring.propagation.net: Host 'wpaa.org' is known and matches the host
key.
wellspring.propagation.net: Initializing random; seed file
/home/pragya-international/.ssh/random_seed
wellspring.propagation.net: Encryption type: 3des
wellspring.propagation.net: Sent encrypted session key.
wellspring.propagation.net: Installing crc compensation attack detector.
wellspring.propagation.net: Received encrypted confirmation.
wellspring.propagation.net: Trying rhosts or /etc/hosts.equiv with RSA host
authentication.
wellspring.propagation.net: Server refused our rhosts authentication or host
key.
wellspring.propagation.net: No agent.
wellspring.propagation.net: Doing password authentication.
nkapoor@xxxxxxxx's password:
Permission denied.
wellspring:~$
--------------------------- end - debug log
----------------------------------

An observation - citrus has its ssh compiled with RSAREF whereas wellspring
does not !!!