F freddy-b macrumors regular Original poster Jan 25, 2011 #1 hey!, i am new to OSX... i have a proxy server at home.. and i want to access it at school... but i have no idea how to use ssh and tunnel to the proxy i set up at home... any help? thanks
hey!, i am new to OSX... i have a proxy server at home.. and i want to access it at school... but i have no idea how to use ssh and tunnel to the proxy i set up at home... any help? thanks
B baummer macrumors 65816 Jan 25, 2011 #2 Open Terminal from the Utilities folder in the Applications folder. Then type in the command to connect to an SSH server: ssh user@host -R Port:127.0.0.1:Port Click to expand... user@host = your username at your domain or IP of the proxy server Port = the port you're wanting to tunnel to (e.g. VNC would be 5900, etc.)
Open Terminal from the Utilities folder in the Applications folder. Then type in the command to connect to an SSH server: ssh user@host -R Port:127.0.0.1:Port Click to expand... user@host = your username at your domain or IP of the proxy server Port = the port you're wanting to tunnel to (e.g. VNC would be 5900, etc.)