How to enable SSH on ASA5505 thru WAN/Outside interface

Here is how to enable SSH on ASA5505 thru WAN interface (Outside)

 

ASA_5505# conf t
ASA_5505 (config)# enable password [Enable Password] encrypted
ASA_5505 (config)# username [Username] password [Password encrypted privilege 15
ASA_5505 (config)# aaa authentication ssh console LOCAL
ASA_5505 (config)# ssh 192.168.x.x 255.255.255.0 outside

ASA_5505 (config)# domain-name networkjutsu.com
ASA_5505 (config)# crypto key gen rsa gen mod 2048

Leave a Reply