- Ubuntu Remote_Port_Forwarding
ssh -C -D 1080 laptop
- http://straightedgelinux.com/blog/howto/socks.html
- ssh -N -D 1080 klaatu@home.linuxserver.com
- https://wiki.debian.org/SOCKS
- Assuming your SOCKS server is running on your localhost, listening on port 20000, you could run one of the following commands:
- ssh root@mysshserver -o ProxyCommand='connect-proxy -S localhost:20000 %h %p'
- http://www.debian-administration.org/article/449/SSH_dynamic_port_forwarding_with_SOCKS
ssh -D 1080 shell.example.org tsocks thunderbird
ssh -C -D 1080 laptop
http://straightedgelinux.com/
ssh -N -D 1080 klaatu@home.linuxserver.com
https://wiki.debian.org/SOCKS
http://www.debian-
ssh -D 1080 shell.example.org
tsocks thunderbird
No comments:
Post a Comment