LifeLine_sa
asked on
ssh commands on ASA5510
hi experts....i want to aceess my device from remote location and i m using putty for ssh ...
but i m unable to connect with ...wut commands i should configure on ASA that i can ssh from remote location...
but i m unable to connect with ...wut commands i should configure on ASA that i can ssh from remote location...
ssh <your_IP> <mask> <INTERFACE>
say you want to access it from 192.168.100.1 which is on outside interface then write:
ssh 192.168.100.1 255.255.255.255 outside
say you want to access it from 192.168.100.1 which is on outside interface then write:
ssh 192.168.100.1 255.255.255.255 outside
ASKER
if i want to enable ssh for everyone from any ip then ?
outsie is on 78.93.20.184
inside is on 192.168.20.254
outsie is on 78.93.20.184
inside is on 192.168.20.254
ASKER CERTIFIED SOLUTION
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
ASKER
yup it works...thnxxxxxxxxxxxxxx
domain-name cisco.com
PIX-2/c1(config)# crypto key generate rsa modulus 512
aaa authentication ssh console LOCAL
ssh 10.1.1.0 255.255.255.0 inside (limit access from inside, can specify anywhere as well)
harbor235 ;}