Subject: SSH problem?
To: NetBSD-current <current-users@netbsd.org>
From: Vincent <10.50@free.fr>
List: current-users
Date: 03/28/2006 16:29:34
Hi,
this may be a beotian question, but my ssh ceased to work with the last
current kernel.
Now, instead of having the normal behiavour, I get this:
ssh -vvv -4 cimax
OpenSSH_4.3 NetBSD_Secure_Shell-20060204, OpenSSL 0.9.8a 11 Oct 2005
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: Applying options for *
debug1: /etc/ssh/ssh_config line 22: Deprecated option
"RhostsAuthentication"
debug3: cipher ok: aes128-cbc
[aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,arcfour,aes192-cbc,aes256-cbc]
debug3: cipher ok: 3des-cbc
[aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,arcfour,aes192-cbc,aes256-cbc]
debug3: cipher ok: blowfish-cbc
[aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,arcfour,aes192-cbc,aes256-cbc]
debug3: cipher ok: cast128-cbc
[aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,arcfour,aes192-cbc,aes256-cbc]
debug3: cipher ok: arcfour
[aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,arcfour,aes192-cbc,aes256-cbc]
debug3: cipher ok: aes192-cbc
[aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,arcfour,aes192-cbc,aes256-cbc]
debug3: cipher ok: aes256-cbc
[aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,arcfour,aes192-cbc,aes256-cbc]
debug3: ciphers ok:
[aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,arcfour,aes192-cbc,aes256-cbc]
debug2: ssh_connect: needpriv 0
debug1: Connecting to cimax [*.*.*.*] port 22.
debug2: fd 3 setting O_NONBLOCK
debug1: fd 3 clearing O_NONBLOCK
ssh: connect to host cimax port 22: Operation now in progress
I have masked the IP address (for obvious bad and ridiculous reasons).
Once I have that message from connect, ssh exits with status 0xff.
Whereas, when I try "telnet cimax 22" I get :
Connected to cimax.
Escape character is '^]'.
SSH-1.99-OpenSSH_4.3 NetBSD_Secure_Shell-20060204
Which is expected normal behaviour.
I admit I am a bit lost. If anybody knows anything…
Thanks,
Vincent