Having trouble getting an SSH tunnel to connect to my Slackware 12.0 box.
Here's my setup:
- EXTERNAL_BOX: putty to SLACKWARE_12:SSH_PORT, tunnel 1111 (local) to SLACKWARE_12:FORWARDING_PORT
- ROUTER: forwards port SSH_PORT to SLACKWARE_12 (which I can log in fine) and forwards FORWARDING_PORT to SLACKWARE_12
- SLACKWARE_12:
...sshd_conf:
Code:
AllowTcpForwarding yes
...firewall: allows the FORWARDING_PORT
Now I've tried it behind the router with the same results: Connection refused.
I don't know if it is sshd stopping the tunnel or what. inetd?
I'll try a local tunnel to see if I can at least do that.
Thanks.