| UM SPH Home > SPH Informatics & Computing Services > Technical Guides & FAQs > SPH Solaris 8 UNIX Software |
Classroom Services & Room Scheduling Unit E-Learning & Instructional Technology Related Sites
|
Using SSH Communication's "SSH Secure Shell" to Connect to SPH UNIX MachinesSSH Secure Shell is a computer program used to establish a secure remote login session to a UNIX computer. The SSH protocol encrypts all traffic between your workstation and the remote UNIX computer to prevent eavesdropping and preserve data integrity. For this reason, access to SPH UNIX machines is only permitted using SSH and SFTP. Historical methods of remote access to UNIX computers including Telnet, rlogin, and FTP are not supported by the School of Public Health. Mac OS X and Linux users already have access to a basic command line SSH and SFTP client that is installed by default with the system and thus it is not necessary to download and install additional software. To run the SSH client on a Mac, first run Terminal.app. This may be found in the Utilities folder in the Applications folder on the hard disk. When the terminal opens, simply use the SSH command with your UM uniqname and desired host name following the format in the example below: ssh youruniqname@compute0.sph.umich.edu To run the SSH client on a Linux machine, first run an xterm or equivalent (the method for doing so varies depending on your Linux distribution). When the terminal opens, simply use the SSH command with your UM uniqname and desired host name following the format in the example below: ssh youruniqname@compute0.sph.umich.edu Windows users have two supported options for SSH client software. For those in need of only the most basic capabilities or those running without administrator rights, we recommend the PuTTY program. For more features, a friendlier interface, and graphical file transfer capabilities, we recommend the U-M licensed SSH Secure Shell client, which may be found on the Blue Disc site. The remainder of this document will discuss the installation and usage of the SSH Secure Shell client. To install the software:
After the install has completed, use the following procedure to connect to a SPH UNIX machine:
|