8/22 Someone mentioned something about using scotch to get to CSUA via
port 80. How do I get an account on scotch?
\_ if you drink enough scotch, you won't care about this stuff.
\_ ask for an office acct. get your sid and come to 343.
\_ scotch port 80 forwards to csua.
\_ some nice person should post how to use the port
forward on scotch, i can't remember right now
\_ ssh http://scotch.csua.berkeley.edu -p 80. is that what you are asking?
\_ though ssh is idiotic and doesn't include ports as part of
the host definition in the known_hosts file, so this will
tend to confuse it. You're better off putting:
Host soda
HostName http://scotch.csua.berkeley.edu
Port 80
in your ~/.ssh/config file, and then just "ssh soda"
--dbushong |