Secure Shell (SSH) is a cryptographic network protocol for secure data communication, remote shell services or command execution and other secure network services between two networked computers that it connects via a secure channel over an insecure network: a server and a client.
A secure shell client allows you to connect to a remote computer. If you wish to access the Vasser CS Department Unix system outside of the lab, you will need to use a secure shell. The secure utilities correspond to older, non-secure counterparts. For example:
Instructions for installing and using these programs are given according to the operating system on your computer.
When running emacs from a ssh client, make sure to run it as:
“emacs -nw”
instead of
“emacs &”
so that emacs knows to run as a text based interface.
To find out more about ssh, try visiting http://www.openssh.org. Also, the ssh-faq at http://www.employees.org/~satch/ssh/faq/ssh-faq.html covers a lot of common ssh questions.
Contact Ben (ben_at_cs_dot_vassar_dot_edu) for help conecting to the Computer Science computer system. Please include your operating system, ssh software you’re trying, and anything that seems to be amiss.
— Ben Stoutenburgh 2012/11/08 15:37