Skip to the content of the web site.

Connecting

Secure Shell (SSH)

The Windows SSH client provides:

  • secure connections to remote hosts for terminal sessions
  • secure file transfer
  • command line tools

It is licensed for any Windows workstation for University of Waterloo related work.

Getting Secure Shell (SSH)

  • The SSH client is available from our download page or from the Home & Security CD.
  • IST imaged machines have the SSH client installed. (All Programs > Internet Tools > Remote Login > Secure Shell Client)

Using Secure Shell (SSH)

Connect to a Server (Destination Host)

  1. Press the Quick Connect button.
  2. Enter the following:
    1. Host Name: yourserver (eg. ist.uwaterloo.ca)
    2. User Name: youruserid
    3. Port Number: (leave as the default) 22
    4. Authentication Method: <Profile Setting>.
    connect to remote host dialog box
  3. Click the Connect button.
  4. The first time you connect to a server it sends your computer its public key. Click Yes to save the key. (If you select No, you will be asked again the next time you connect. Cancel stops the connection attempt.)
  5. Enter your password to connect to the sever, click OK.
  6. At the Enter Authentication Response dialog box, click OK.
  7. You will then be in the command-line interface:
    SSH secure shell window

Disconnect from a Server (Host)

  1. To disconnect from the server (host), select the Disconnect button.


Create a Profile

If you regularly connect to a specific server (host), you can create a profile for quick access.

  1. Connect to the server that you want to create a profile for.
  2. Select the Profiles button, choose Add profile.
  3. Enter a name for the connection, click Add to Profiles.



Connect Using a Profile

  1. Select the profile for the server (host) you want to connect to from the Profile drop down menu.
    screenshot
  2. Enter your password, clickOK.

Transfer Files (SFTP)

  1. Connect to a server (host).
  2. Select the SFTP icon sftp icon on the toolbar.
  3. Use drag and drop to transfer files in either direction.


SSH Tunneling

An advanced feature that some may find useful. Windows: SSH Tunneling


Save your Password (SSH Key Pair)

Use SSH public/private key pair so that you don't have to type your password each time you connect. Windows SSH Public and Private Key Pair


More Information


Documentation originally created thanks to Kevin Scully <kscully at ist.uwaterloo.ca>, revised by <jgreatre at ist.uwaterloo.ca>.