|
|
Institute of Technology One Stop Directories Search U of M |
School of Mathematics
Obtaining and Using Secure Shell (SSH) |
|
Printing, E-Mail |
|
Ssh is used for encrypted point to point terminals and data copying across the internet.
Ssh can be used for getting command line terminals to remote computers (similar to telnet) or to securely copy data using the scp command.
Ssh is more secure than it's telnet and ftp predecessors.
If you wanted a terminal on the remote computer shell.example.edu and your username was johndoe, you could open a terminal on your local computer and run the command: "ssh johndoe@shell.example.edu". If the unix command line is new to you, pick up a book on Unix from a local library.
SSH SoftwareVarious free (or free for noncommercial use) ssh clients are available for different operating systems:
Public Host KeysIt is wise, although not strictly necessary, to pre-install public host keys. If you'd like to do so, or if you'd like to check if a machine's key has really changed, the public host keys for the various math systems are collected here: For OpenSSH ssh2 clients: ssh_known_hosts2.The University of Minnesota Supercomputing Institute maintains a ssh information page with links to many different client implementaions of ssh.
| ||||||||||||||||||||||||||||||||