cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
35974
Views
64
Helpful
10
Replies

CISCO IOS does not support OpenSSH 6.4

loganaden
Beginner
Beginner

CISCO IOS does not support the latest OpenSSH 6.4p1 client.

Please find attached the debug log:

1 Accepted Solution

Accepted Solutions

In /etc/ssh/ssh_config write:

Host *
        GSSAPIAuthentication yes
#       KexAlgorithms=diffie-hellman-group14-sha1
        KexAlgorithms=curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha1,diffie-hellman-group1-sha1

It works for me.

View solution in original post