Tunnel how to: Difference between revisions
Jump to navigation
Jump to search
(asdf) |
(Added images of the configurations to use for SwitchyOmega) |
||
Line 18: | Line 18: | ||
Tunelling | Tunelling | ||
ssh private network | ssh private network | ||
[[File:Switchyomega autoswitch.png]] | |||
[[File:SwitchyOmega 1080tunnel.png]] |
Revision as of 19:02, 29 March 2017
ssh -D 8090 sgehead.uoft.bkslab.org chrome->settings->network->proxy->socks proxy host: localhost port: 8090
new way
open shell on laptop
ssh -vNL localhost:2222:gimel:22 -D1080 portalxxx.ucsf.bkslab.org
Then use switchyomega in chrome to use socks5 to localhost 1080
For ssh use
scp -P 2222 localhost:cshrc.save .
Tunelling ssh private network