I am trying to setup my Pix 506e to allow ssh connections. However when I initiate a connection to it, it says connection refused. Below are the commands that I have setup.
access-list acl_out permit tcp any host 12.1.1.1 eq ssh
static (inside,outside) tcp 12.1.1.1 ssh 172.16.6.2 ssh netmask 255.255.255.255 0 0
0.0.0.0 0.0.0.0 outside
What am I missing to allow this to go through. Every time I try to connect I get 'connection refused'. I am a little new at this so everything is from what I have read. Any help is great. Thanks.
Paul
access-list acl_out permit tcp any host 12.1.1.1 eq ssh
static (inside,outside) tcp 12.1.1.1 ssh 172.16.6.2 ssh netmask 255.255.255.255 0 0
0.0.0.0 0.0.0.0 outside
What am I missing to allow this to go through. Every time I try to connect I get 'connection refused'. I am a little new at this so everything is from what I have read. Any help is great. Thanks.
Paul