Page tree

           

Purpose:

This articles provides the steps to connect to your Linux server via SSH.


Prerequisites: 

  • User account with access to the server you are connecting to
  • VPN if necessary


Process:

This article will overview how to connect to a server with Putty


Procedure:

Summary

This articles provides the steps to connect to your Linux server via SSH.

Steps

Windows

    1. Download SSH Client, traditionally you can obtain the executable for Putty from here: http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html
    2. Open the downloaded putty.exe

    1. Enter in IP or hostname into the field marked for 'Host Name (or IP address)':

    1. The other details can remain their defaults, click Open. If this is your first time connecting to the server, you may be welcomed with a similar message:

    1. Once connected you will be prompted for a username and subsequently a password.

  1. Once connected to the server, you will be placed into your home directory and can navigate from there. Additional permissions changes may be needed depending upon what paths in the server you attempt to access.

Mac

  1. Double-click your hard drive icon.
  2. Navigate to Applications > Utilities.
  3. Open Terminal.
  4. To connect to your server, type the following: ssh username@hostname (substituting in your SSH login as your username and the fully qualified domain as the hostname).
  5. Once connected to the server, you will be placed into your home directory and can navigate from there. Additional permissions changes may be needed depending upon what paths in the server you attempt to access.




This document (including any attachments) may contain confidential or proprietary information and is intended only for use by DataBank’s customers. Any unauthorized use or disclosure of the contents is strictly prohibited. All information contained in this document is provided “as is” with no guarantee of completeness, accuracy, timeliness or of the results obtained from the use of this information, and without warranty of any kind, express or implied, including, but not limited to the warranties of performance, merchantability and fitness for a particular purpose.