⇤ ← Revision 1 as of 2005-07-10 17:40:00
Size: 526
Comment:
|
Size: 598
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 22: | Line 22: |
It doesn't work for gpg --send-keys and gpg --recv-keys | It doesn't work for gpg --send-keys and gpg --recv-keys. For that, a solution is on http://wiki.debian.net/?["NetworkingInHEL"] |
How to proxy almost everything over an SSH tunnel
A. Open the tunnel
- ssh $HOST -CD 8080
B. Install tsocks
0) aptitude install tsocks 0) edit /etc/tsocks.conf 00) comment out the "path { ... }" part 00) 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 http://wiki.debian.net/?["NetworkingInHEL"]
Enrico Zini