Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- typical ssh tunnel
- ssh -N -p 22 [email protected]
- forward pop3 and smtp thtrough ssh
- ssh -N -p 2022 [email protected]
- Forward Google Talk
- ssh -g -p 2022 -N [email protected]
- Encript your HTTP Traffic
- ssh -D 5222 [email protected] -N
- # set browser to localhost:5222
- Tunelling X and VNC Sessions
- ssh -X -p 2022 [email protected]
- ssh -p 2022 [email protected] -L 5900:localhost:5900
- client machine: ssh -R remoteport:localhost:22 i@svr
- server side : ssh -p 2048 localhost
Advertisement
Add Comment
Please, Sign In to add comment