Tuesday, November 18, 2008

CONFIGURE CISCO ASA AS A SSH SERVER

Here are the step

1) username congo password brazzaville


2) passwd pointenoire


3) ssh x.x.x.x x.x.x.x {inside/outside}
Example : conf t
ssh 0.0.0.0 0.0.0.0 outside (I want to accept the ssh connection from any external ip - It means, I will be able to access my ssh server from anywhere in the world)

if I just want to access from a specific place like my central office, I will type :
ssh 72.142.124.25 255.255.255.248 (72.142.124.25 being my central office IP address)



4) crypto key generate rsa modulus 1024

5) aaa authentication ssh console LOCAL

No comments: