Wednesday, 13 December 2017

Allow SSH to Cisco ASA

Three commands you need to run
 
aaa authentication ssh console LOCAL
 
This first sets it to allow SSH authentication
 
crypto key generate rsa mod 2048 
 
This generates the SSH key to be used.
 
ssh 192.168.0.0 255.255.255.0 outside
 
This allows access in from the outside interface range 192.168.1.0/16 

No comments:

Post a Comment