From 3aa701e3ac6e1da68e34b1ed6c058d22f1ea9868 Mon Sep 17 00:00:00 2001 From: Bram Prieshof Date: Tue, 15 Oct 2019 20:32:54 +0000 Subject: [PATCH] 'SSH.md' toevoegen --- SSH.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 SSH.md diff --git a/SSH.md b/SSH.md new file mode 100644 index 0000000..7da3018 --- /dev/null +++ b/SSH.md @@ -0,0 +1,15 @@ +## SSH SOCSK (ProxyTunnel) +`ssh -C -D 1080 @` +* -C : enables compression +* -D : specifies Socks proxyport + +### Firefox +1. go to Edit -> Preferences -> Advanced -> Network -> Connection -> Settings... +2. check "Manual proxy configuration" +3. make sure "Use this proxy server for all protocols" is cleared +4. clear "HTTP Proxy", "SSL Proxy", "FTP Proxy", and "Gopher Proxy" fields +5. enter "127.0.0.1" for "SOCKS Host" +6. enter "1080" (or whatever port you chose) for Port. + +## SSH Remote forward (makes local port apear on remote machine) + \ No newline at end of file