cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
624
Views
0
Helpful
1
Replies

SSH Client

admin_2
Level 3
Level 3

I Have a 2520 and a 3640 both running as SSH Servers I am trying to use the SSH clients to connect to a unix box running SSH2, I have no problem using PUTTY to connect to the router.

But when I issue the command sss - l telspar 10.0.0.16, to connect to the Unix box I get a error mesage [Connection to 10.0.0.16 aborted: error status 32].

I have enabled debug ip ssh I get the following error messages

1d05h: SSH CLIENT0: protocol version id is - SSH-1.99-OpenSSH_2.9.9p2

1d05h: SSH CLIENT0: sent protocol version id SSH-1.5-Cisco-1.25

1d05h: SSH CLIENT0: Session disconnected - error 0x20

Can anyone help me with what the error message error status 32 is ? will I have a problem with the unix box running SSH 2 and the router running SSH1.

Thanks.

1 Reply 1

mostiguy
Level 6
Level 6

Yup, ssh v2 doesn't fail back to 1 - a server can be configured to support both, but if the unix box is ssh2 only, you are out of luck.

That said, that unix box is running an old openssh - 2.9.9p2. You could upgrade it to 3.5 and that should support both ssh v1 and v2

Matt