Pages

Sunday 6 May 2012

Configuring SSH access for Cisco ASA management

Configuring SSH access for Cisco ASA management





SSH access for Cisco ASA firewall can be configured as

step1: define hostname and domain name

(config)#hostname lab-asa
(config)#domain-name cisco.com

step2: generate the ssh keys.

(config)#crypto key generate rsa general-keys modulus 1024

step3:verify the key was generated

(config)#show crypto key mypub rsa

step4:define source ip permiteed for ssh

(config)#ssh 172.16.0.0 255.255.0.0 Outside
(config)#ssh 0.0.0.0 0.0.0.0 inside

step5:define user access

(config)#user lab-user password cisco privilege 15
(config)#aaa authentication ssh console LOCAL

No comments:

Post a Comment