cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
719
Views
0
Helpful
2
Replies

SSH Cipher?

m.matteson
Level 2
Level 2

what cipher does ssh on IOS 12.2(15) use? i couldn't connect to it via my linux box without specifiying a cipher. thanks!

2 Replies 2

scottmac
Level 10
Level 10

It could be DES or 3DES, depending on which flavor of code you have. Also note that Cisco can only do SSH v1, so you'll need to spec that on the command line as well (SSH -1 -cDES ...)

Good Luck

Scott

thanks man, that helped.