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

Re: ssh-login on sparc



i have similar problems, i just apt-get installed ssh on a clean potato
install on an ultra1 accepting the default configurations ...

bruno

## client debug:

waesb@ultra:~$ ssh -v localhost
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 localhost
debug: Applying options for *
debug: ssh_connect: getuid 1000 geteuid 1000 anon 1
debug: Connecting to localhost [127.0.0.1] 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: Forcing accepting of host key for loopback/localhost.
debug: Encryption type: 3des
debug: Sent encrypted session key.
debug: Installing crc compensation attack detector.
debug: Received encrypted confirmation.
debug: Doing password authentication.
waesb@localhost's password:
Permission denied, please try again.
waesb@localhost's password:
Permission denied, please try again.
waesb@localhost's password:
Permission denied.


## server debug:

waesb@ultra:~$ sudo 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 127.0.0.1 port 3028
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 waesb.
Failed password for waesb from 127.0.0.1 port 3028
Failed password for waesb from 127.0.0.1 port 3028
Failed password for waesb from 127.0.0.1 port 3028
Connection closed by 127.0.0.1




Reply to: