Size: 637
Comment: add CategoryNetwork
|
← Revision 7 as of 2021-08-30 22:56:30 ⇥
Size: 766
Comment: add translation header
|
Deletions are marked like this. | Additions are marked like this. |
Line 2: | Line 2: |
~-[[DebianWiki/EditorGuide#translation|Translation(s)]]: English - [[pt_BR/HowtoProxyThroughSSH|Português (Brasil)]]-~ ---- |
Translation(s): English - Português (Brasil)
How to proxy almost everything over an SSH tunnel
A. Open the tunnel
- ssh $HOST -CD 8080
B. Install tsocks
- aptitude install tsocks
- edit /etc/tsocks.conf
- comment out the "path { ... }" part
- change the server settings to:
server = 127.0.0.1 server_type = 4 server_port = 8080
C. Proxy applications through the tunnel
tsocks gaim
Note :
It doesn't work for gpg --send-keys and gpg --recv-keys. For that, a solution is on NetworkingInHEL