[tor-commits] [flashproxy/master] Remove outdated SSH tunnel note.
dcf at torproject.org
dcf at torproject.org
Wed Jul 4 20:55:49 UTC 2012
commit b561f2c49e2708ba09ccc1a84fa6c8386dba325e
Author: David Fifield <david at bamsoftware.com>
Date: Wed Jul 4 08:09:42 2012 -0700
Remove outdated SSH tunnel note.
---
notes.txt | 10 ----------
1 files changed, 0 insertions(+), 10 deletions(-)
diff --git a/notes.txt b/notes.txt
index b521bef..8e5d2a6 100644
--- a/notes.txt
+++ b/notes.txt
@@ -8,13 +8,3 @@ We need to solve the problem of potential changing fingerprints when
reconnecting through a new proxy. Tor remembers the host fingerprint
from the first connection (to the bridge it thinks is at 127.0.0.1) and
balks at connecting to the same address with a different fingerprint.
-
-== How to use with an SSH proxy
-
-Start swfcat, giving it a relay parameter pointing to your SSH server.
- http://example.com/swfcat.swf?facilitator=<facilitator_addr>:<facilitator_port>&relay=<ssh_addr>:<ssh_port>
-Start the connector.
- python connector.py -f <facilitator_addr:facilitator_port>
-Start SSH, giving it a proxy command to connect through the connector.
- ssh -v -N -D 1080 <ssh_addr> -p <ssh_port> \
- -o 'ProxyCommand=socat - SOCKS4A:localhost:dummy:0,socksport=9001'
More information about the tor-commits
mailing list