Archived
1
0
This repository has been archived on 2023-11-17. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
linux/SSH.md
2019-10-15 20:32:54 +00:00

567 B

SSH SOCSK (ProxyTunnel)

ssh -C -D 1080 <USERNAME>@<SYSTEM>

  • -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)