|
Re: Tunneling through unfriendly firewalls: msg#00034network.openssh.general
I've just worked out a pretty good technique: "home" terminal 1: ssh -L 3456:webserver:22 bforbes@firewall "home" terminal 2: ssh -p 3456 -L 2345:localhost:80 bforbes@localhost And then I just browse to "localhost:2345" to access the web site. It's encrypted the whole way through, I'm fairly sure. The only problem is that you have to delete the key for "home" from known_hosts, since the second ssh command above thinks it's connecting to "home", when in fact it's connecting to "webserver". Any ideas on how to prevent this from happening? It's not a big deal, but some people might be concerned about deleting keys from known_hosts. -- View this message in context: http://www.nabble.com/Tunneling-through-unfriendly-firewalls-tf2830640.html#a7903352 Sent from the SSH (Secure Shell) mailing list archive at Nabble.com. |
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | tunnelling through 2 servers: 00034, kevinj |
|---|---|
| Next by Date: | Re: Tunneling through unfriendly firewalls: 00034, bforbes |
| Previous by Thread: | Tunneling through unfriendly firewallsi: 00034, bforbes |
| Next by Thread: | Re: Tunneling through unfriendly firewalls: 00034, bforbes |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |