Need Assistance? 24/7 Customer Support

Sales: 877-215-4678

HostMySite Blog

 
CONNECT USING SSH

How do I connect to my account using SSH on a Mac?

Please note: This support article is a guide for our Linux users only.

The following article explains how to connect to your account on a Mac using SSH. The SSH program used will vary with the version of the Mac OS you are running. SSH is used to directly connect to your Linux account in order to set permissions, copy files, make directories, or perform other functions from a command line.

To determine which version of Mac OS you are running, please follow these steps:

  1. Click on the Apple Menu in the upper left hand corner of your screen.
  2. From the menu select About This Mac.
  3. Determine the version of Mac OS from the resulting window.

Mac OS X

If you are running a version of Mac OS that is 10.x or higher (MacOS X), you can use the terminal application included with MacOS X to connect to your Linux hosting account via an SSH connection.

To establish an SSH connection, please follow these steps:

  1. Open your hard drive by double clicking on the hard drive icon on your desktop.
  2. Open the applications folder by double clicking on it.
  3. Open the utilities folder by double clicking on it.
  4. Start the terminal application by double clicking on its icon.
  5. In the terminal window enter the following: ssh username@domainname.com
    • username: enter your username
    • domainname.com: enter your domain name
  6. Press the Enter key.
  7. Enter your password when prompted.
  8. Press the Enter key.

Mac 8.x/9.x

If you are running a version of Mac OS that is 9.x or lower, you must download a third party SSH client application like "NiftyTelnet SSH" (a free SSH client for classic Macs).

To download NiftyTelnet SSH, please follow these steps:

  1. Open a browser window and go to http://www.lysator.liu.se/~jonasw/freeware/niftyssh/
  2. Click the link on the right hand side to download the niftytelnet-1.1-ssh-r3.hqx file. This file is a .hqx self extracting archive.
  3. Double click the .hqx file to extract the archive.
  4. Double click the resulting folder to display its contents.
  5. Double click the NiftyTelnet 1.1 SSH r3 icon to launch the SSH client.

To establish an SSH connection, please follow these steps:

  1. Double click the NiftyTelnet 1.1 SSH r3 icon to launch the SSH client.
  2. Enter your domain name in the field labeled Hostname:
  3. Click Connect.
  4. When prompted, enter your username and password.