SSH on Cisco

Configure SSH on a Cisco AP with IOS:

(config)# crypto key generate rsa
(config)# ip ssh time-out 60 (config)# ip ssh authentication-retries 2

To prevent non-SSH login add the following line to all “lines”:

(config)# line vty 0 4 (config)# transport input ssh (config)# exit (config)# line vty 5 15 (config)# transport input ssh (config)# exit
This entry was posted in Networking. Bookmark the permalink.

Leave a Reply

Your email address will not be published. Required fields are marked *