Anonymous

Changes

WSO web development

6 bytes removed, 16:31, September 27, 2009
Mac/Linux
Open up a Terminal on your own machine, and type
ssh -N -p 22 -f -2 -L 3000/127.0.0.1ursula/your_port username@wso.williams.edu
EXCEPT instead of your_port, put the port number that you wrote down, and instead of "username", type your WSO account name. Unfortunately, you'll have to run this command somewhat frequently, since SSH connections close when your computer reboots or goes to sleep (or WSO crashes, or whatever...). To make this a little less tedious, open the file called .bashrc in your home directory on your own machine and add this line:
alias wso3000='ssh -N -p 22 -f -2 -L 3000/127.0.0.1ursula/your_port username@wso.williams.edu'
Again, make the substitutions for your_port and username. Close the Terminal window and open a new one. Now, if you need to establish the connection, just type "wso3000" in a terminal window. You can pick a different alias, of course.
43
edits