I have 3 access lists to permit ssh.
The following permits ssh from any hosts thru my pix to port tcp/22.
Works great.
access-list outside_access_in line 12 permit tcp any interface
outside eq ssh log 6 interval 300 (hitcnt=1)
I now want to increase the security and only permit hosts from abc.com
and aaa.bbb.ccc.ddd coming thru tcp/22. Do these access-lists look
correct? I tried them but it doesnt appear to work.
access-list outside_access_in line 12 permit tcp host abc.com
interface outside eq ssh log 6 interval 300 (hitcnt=0)
access-list outside_access_in line 13 permit tcp host
aaa.bbb.ccc.ddd interface outside eq ssh log 6 interval 300 (hitcnt=0)
regards
secrookie
Received on May 12 2008