cisco ASA登陆

ssh登陆
crypto key generate rsa modulus 1024
wr
ssh 0.0.0.0 0.0.0.0 inside
ssh timeout 5
username yiyatong pass 123
enable pass 123
aaa authentication ssh console LOCAL

int g0/3
nameif inside
security-level 100
ip address 172.16.255.17 255.255.255.252
no shut
route inside 172.29.0.0 255.255.0.0 172.16.255.18
access-list FOR-INSIDE extended permit ip any any
access-group FOR-INSIDE in interface inside


telnet登陆
passwd 123
enable pass 123

telnet 0.0.0.0 0.0.0.0 outside
telnet 0.0.0.0 0.0.0.0 inside
telnet timeout 5

 

posted @ 2020-03-16 14:23  Me-lihu  阅读(224)  评论(0编辑  收藏  举报