cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
658
Views
0
Helpful
5
Replies

is SSH2 supported on APs

lcaruso
Level 6
Level 6

I'm guessing no, but not sure.

2 Accepted Solutions

Accepted Solutions

Leo Laohoo
Hall of Fame
Hall of Fame

Autonomous or LWAP IOS?  YES.

View solution in original post

Sure.  In autonomous IOS, just enter the following commands in a combo:

1.   cryp key generate rsa general-keys modulus 768 (you can enter any value but I like to use 768);

2.  Lines below will allow only SSH for telnet session. 

line vty 0 15

transport input ssh

View solution in original post

5 Replies 5

Leo Laohoo
Hall of Fame
Hall of Fame

Autonomous or LWAP IOS?  YES.

I don't have a radio at my disposal currently, but I'm composing a config file for a site visit tommorrow. Can you show me the commands?

Sure.  In autonomous IOS, just enter the following commands in a combo:

1.   cryp key generate rsa general-keys modulus 768 (you can enter any value but I like to use 768);

2.  Lines below will allow only SSH for telnet session. 

line vty 0 15

transport input ssh

really appreciate it--thank you.

Hi,

Below link explain in detail how to enable SSH on AP using GUI / CLI :

http://www.cisco.com/en/US/tech/tk722/tk809/technologies_configuration_example09186a00805f029f.shtml

If you want enable SSH version 2 in specific, you could issue :

Ap(config)# Ip ssh version 2 

Regards,
Madhuri

Review Cisco Networking for a $25 gift card