2015年10月1日 星期四

Cisco ASA Firewall Allowing SSH Access


config term

### Step 1 To generate an RSA key pair, which is required for SSH###
crypto key generate rsa modulus 1024

### Step 3 To identify the IP addresses from which the ASA accepts connections ###
### ssh source_IP_address mask source_interface ###
ssh 192.168.1.25 255.255.255.255 INT
ssh 192.168.90.27 255.255.255.255 INT

### Enable login from ssh authentication from console or aaa or LDAP ###
aaa authentication ssh console LDAP_SRV_GRP LOCAL