Permanent ssh tunnelBy neokrates, written on May 11, 2010 |
bash snippet |
- neokrates
- Email: uwarov@yahoo.com
- Website: http://www.thinkplexx.com
- Join date: 05-31-09
- Posts: 20
Rate it
Ad
Poll
How does version control (VCS) work in your enterprise?
- Different answer (100%, 7 Votes)
- All developers can do anything with VCS (0%, 0 Votes)
- Different groups have different permissions or roles (merge, admin, just view, etc) (0%, 0 Votes)
- Our SCM is managed by external partner (0%, 0 Votes)
Total Voters: 7
Loading ...
Most popular search terms:
You want to have the port 80 of target.host forwarded to your local host, local port 1234.
Currently, the target.host:80 is only visible from other subnetwork, and you gateway for this subnetwork is:
your.gateaway.host.
ssh -f -N -L 1234:target.host:80 your_user@your.gateaway.host
Important: would be better if you had ssh public – private keys setup, so you don’t have to type your password.
|
TAGS
|
|
SOCIAL
|


















