From c17be222aa46a4cf1a9d19c0ae767697ad585fd3 Mon Sep 17 00:00:00 2001 From: GDR! Date: Thu, 5 May 2016 19:50:05 +0200 Subject: ProxyCommand explained --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 4fd5adc..4ffbe24 100644 --- a/README.md +++ b/README.md @@ -52,6 +52,10 @@ Magic, port 2222 on your localhost is now the SSH server on the machine which ru The -L switch works (almost) the same way it does in SSH. For the uninitiated, -L A:B:C means "forward port C on ip B to port A on localhost". Unlike SSH, you can't use hostnames for B (unless you link the binary dynamically). +Alternatively, SSH ProxyCommand mode works too: + + ssh -o ProxyCommand='./tuntox -i -P localhost:22' gdr@localhost + Fun stuff: [VPN over Tox](VPN.md) ## Security / threat model -- cgit v1.2.3