[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: ssh-login on sparc



On Tue, Jan 23, 2001 at 10:38:58AM +0100, Thomas 'Mike' Michlmayr wrote:
> On Tue, Jan 23, 2001 at 09:16:33 +0000,

Well lets compare logs.

> 
> : 12 mike@joy:->ssh -v mike@lust.cluon.priv.at
> : SSH Version OpenSSH-1.2.3, protocol version 1.5.
> : Compiled with SSL.
> : debug: Reading configuration data /home/adm/mike/.ssh/config
> : debug: Reading configuration data /etc/ssh/ssh_config
> : debug: Applying options for *
> : debug: ssh_connect: getuid 1000 geteuid 1000 anon 1
> : debug: Connecting to lust.cluon.priv.at [193.83.27.126] port 22.
> : debug: Connection established.
> : debug: Remote protocol version 1.5, remote software version OpenSSH-1.2.3
> : debug: Waiting for server public key.
> : debug: Received server public key (768 bits) and host key (1024 bits).
> : debug: Host 'lust.cluon.priv.at' is known and matches the host key.
> : debug: Encryption type: 3des
> : debug: Sent encrypted session key.
> : debug: Installing crc compensation attack detector.
> : debug: Received encrypted confirmation.
> : debug: Doing password authentication.
> : mike@lust.cluon.priv.at's password:
> : debug: Requesting pty.
> : debug: Requesting shell.
> : debug: Entering interactive session.

Client log:
---
sauchter@cr2428:~$ ssh -v gateway
SSH Version OpenSSH-1.2.3, protocol version 1.5.
Compiled with SSL.
debug: Reading configuration data /etc/ssh/ssh_config
debug: Applying options for *
debug: ssh_connect: getuid 1000 geteuid 1000 anon 1
debug: Connecting to gateway [10.44.32.201] port 22.
debug: Connection established.
debug: Remote protocol version 1.5, remote software version OpenSSH-1.2.3
debug: Waiting for server public key.
debug: Received server public key (768 bits) and host key (1024 bits).
debug: Host 'gateway' is known and matches the host key.
debug: Encryption type: 3des
debug: Sent encrypted session key.
debug: Installing crc compensation attack detector.
debug: Received encrypted confirmation.
debug: RSA authentication using agent refused.
debug: Trying RSA authentication with key 'sauchter@cr2428'
debug: Server refused our key.
debug: Doing password authentication.
sauchter@gateway's password: 
Permission denied, please try again.
---

Server log:
---
gateway:~# sshd -d
debug: sshd version OpenSSH-1.2.3
debug: Bind to port 22 on 0.0.0.0.
Server listening on 0.0.0.0 port 22.
Generating 768 bit RSA key.
RSA key generation complete.
debug: Server will not fork when running in debugging mode.
Connection from 10.44.32.68 port 4740
debug: Client protocol version 1.5; client software version OpenSSH-1.2.3
debug: Sent 768 bit public key and 1024 bit host key.
debug: Encryption type: 3des
debug: Received session key; encryption turned on.
debug: Installing crc compensation attack detector.
debug: checking for shadow entry
debug: shadow entry found, verifying
debug: completed shadow checks
debug: Attempting authentication for sauchter.
Failed rsa for sauchter from 10.44.32.68 port 4740
Failed password for sauchter from 10.44.32.68 port 4740
Connection closed by 10.44.32.68
debug: Calling cleanup 0x208f0(0x0)
---


> : mike@lust:~$ dpkg -l ssh
> : Desired=Unknown/Install/Remove/Purge/Hold
> : | Status=Not/Installed/Config-files/Unpacked/Failed-config/Half-installed
> : |/ Err?=(none)/Hold/Reinst-required/X=both-problems (Status,Err: ...)
> : ||/ Name           Version        Description
> : +++-==============-==============-============================================
> : ii  ssh            1.2.3-9.1      Secure rlogin/rsh/rcp replacement (OpenSSH)
> : mike@lust:~$

Same here for ssh. The only difference is I've build an installed
openssl-0.9.6-1 in order to build and test ssh-2.3.0p1. But I was
seeing exactly the same behaviour with openssl-0.9.4-5.


This machine has very little installed on it as I'm using it as a 
firewall/gateway. It's currently running 2.2.18pre21.


Clues anyone ???


Stuart



Reply to: