Hi,

I've been trying out ssh but with no success.  Below are the messages I have
logged for the server side:

debug: sshd version OpenSSH_2.2.0p1
debug: Seeding random number generator
debug: read DSA private key done
debug: Seeding random number generator
debug: Bind to port 2202 on 0.0.0.0.
Server listening on 0.0.0.0 port 2202.
Generating 768 bit RSA key.
debug: Seeding random number generator
debug: Seeding random number generator
RSA key generation complete.
debug: Server will not fork when running in debugging mode.
Connection from 192.168.1.1 port 1318
debug: Client protocol version 1.5; client software version OpenSSH_2.2.0p1
debug: Local version string SSH-1.99-OpenSSH_2.2.0p1
debug: Sent 768 bit public key and 1024 bit host key.
debug: Encryption type: blowfish
debug: Received session key; encryption turned on.
debug: Installing crc compensation attack detector.
debug: Starting up PAM with username "cheeleong"
debug: Attempting authentication for cheeleong.
Connection closed by 192.168.1.1
debug: Calling cleanup 0x804ff3c(0x0)
debug: Calling cleanup 0x805eeb4(0x0)

For the client side:

SSH Version OpenSSH_2.2.0p1, protocol versions 1.5/2.0.
Compiled with SSL (0x0090600f).
debug: Reading configuration data /usr/local/etc/ssh_config
debug: Seeding random number generator
debug: ssh_connect: getuid 503 geteuid 0 anon 1
debug: Connecting to gateway.alinux.local [192.168.1.1] port 2202.
debug: Connection established.
debug: Remote protocol version 1.99, remote software version OpenSSH_2.2.0p1
debug: Local version string SSH-1.5-OpenSSH_2.2.0p1
debug: Waiting for server public key.
debug: Received server public key (768 bits) and host key (1024 bits).
debug: Host 'gateway.alinux.local' is known and matches the RSA host key.
debug: Seeding random number generator
debug: Encryption type: blowfish
debug: Sent encrypted session key.
debug: Installing crc compensation attack detector.
debug: Received encrypted confirmation.
Permission denied.
debug: Calling cleanup 0x805b7e4(0x0)

Can anybody help me debug the problem?  One thing I don't understand is why
after "attempting authentication for cheeleong" the connection was closed by
the client?

Thanks.

Cheers,
Chee Leong

Reply via email to