S SnowTronic macrumors member Original poster Mar 21, 2011 42 0 Sep 18, 2011 #1 Simple question, using ssh on my mac how can I use the internet connection on my home machine from my computer at my college, to use things like say pc gaming?......
Simple question, using ssh on my mac how can I use the internet connection on my home machine from my computer at my college, to use things like say pc gaming?......
H Hansr macrumors 6502a Apr 1, 2007 897 1 Sep 18, 2011 #2 SSH Tunnel can be created as a socks proxy and then used to forward all connections. ssh -d 1080 user@IP etc.
SSH Tunnel can be created as a socks proxy and then used to forward all connections. ssh -d 1080 user@IP etc.