Difference between revisions of "SOCKS"

From wikieduonline
Jump to navigation Jump to search
Line 7: Line 7:
  
 
Configuring a SOCKS server using [[ssh]]
 
Configuring a SOCKS server using [[ssh]]
  [[ssh -D]] 8080 remote-host
+
  [[ssh -D]] 8080 remote-host <ref>https://askubuntu.com/questions/112177/how-do-i-tunnel-and-browse-the-server-webpage-on-my-laptop</ref>
Ref: https://askubuntu.com/questions/112177/how-do-i-tunnel-and-browse-the-server-webpage-on-my-laptop
 

Revision as of 10:12, 17 January 2022

wikipedia:SOCKS protocol was approved by the IETF in 1996 as RFC 1928



Configuring a SOCKS server using ssh

ssh -D 8080 remote-host [1]

Advertising: