Campuses:
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
computing:department:software:ssh [2007/11/28 16:56] – rubin | computing:department:software:ssh [Unknown date] (current) – removed - external edit (Unknown date) 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== SSH secure shell ====== | ||
- | Secure Shell (SSH) is the recommended replacement for telnet for remote access to Unix and VMS systems. Similarly, Secure File Transfer (SFTP) replaces FTP. Ssh can also be used to tunnel less-secure protocols and make them work over restricted [[: | ||
- | |||
- | |||
- | |||
- | ===== Windows ===== | ||
- | We recommend **SSH Secure Shell Client**. The installation includes a **Secure File Transfer** client which is a very useful replacement for FTP. You can obtain the installer from our [[http:// | ||
- | |||
- | A second option is SecureCRT, from [[http:// | ||
- | |||
- | There are also a few free clients, such as [[http:// | ||
- | |||
- | For file transfer (SCP or SFTP), we suggest using **SSH Secure Shell Client** (above), or [[http:// | ||
- | |||
- | ===== Macintosh ===== | ||
- | We recommend **MacSSH**, from [[http:// | ||
- | |||
- | MacOS X users can also use **OpenSSH** (provided with MacOS 10.2 and later). Open the Terminal application, | ||
- | |||
- | In addition, the Physics Department has purchased a number of licenses for **MacSFTP**, | ||
- | |||
- | ===== Unix ===== | ||
- | Most modern Unix systems come with a form of SSH already installed. If not, the standard is OpenSSH from [[http:// | ||
- | |||
- | A useful Guide to getting started with ssh can be found at http:// | ||
- | |||
- | ===== PDA systems ===== | ||
- | For Pocket PC/ Windows CE devices, sshCE (although untested) might be suitable. From [[http:// | ||
- | |||
- | For PalmOS, you can try [[http:// | ||
- | |||
- | ===== Multi-platform ===== | ||
- | There is a java-based SSH client, **Mindterm**, | ||
- | |||
- | ===== SSH servers ===== | ||
- | Unix and Mac OS X users can use OpenSSH to provide SSH and SFTP servers | ||
- | |||
- | A few SSH servers are available for Windows systems. Although they should not be installed carelessly, they may be useful for secure file transfer or other purposes. | ||
- | |||
- | * **OpenSSH** is available as a part of **cygwin**, at [[http:// | ||
- | * V**Shell** is a commercial SSH server from [[http:// | ||
- | |||
- | ===== Useful Links ===== | ||
- | * [[http:// | ||
- | * [[http:// |