Secure Shell (SSH)
Secure Shell (SSH) is a secure form of Telnet that provides a command-line interface for managing your web space. SSH is enabled on all hosting accounts.
On this page:
Macintosh SSH Clients
Miscellaneous Macintosh SSH Clients
There are several different SSH clients for the Macintosh platform. The two most popular are Nifty Telnet and Better Telnet.
For the latest versions of SSH clients for the Macintosh platform, go to http://tucows.com/.
SSH through OSX
- Open a terminal by going to Applications --> Utilities and then clicking on Terminal.
- In the terminal, enter the following:
ssh -2 -l username yourdomain.com
username - Enter the username for your account.
yourdomain.com - Enter your domain name or IP address.
- If you are prompted to save the RSA key, enter "yes".
- When prompted, enter the password for your account.
- Use basic UNIX commands to perform tasks on your Web space.
TOP
PuTTY
- Open PuTTY
- Enter the following information:
Host Name (or IP address) - Enter your domain name.
Note:
If your domain name has not propagated, use your IP address which can be found in your Welcome Email.
Protocol - Select the "SSH" radio button.

- In the menu on the left, click on Connection and then on SSH.
- Under Preferred SSH protocol version:, select the "2" radio button.

- Click the Open button.
You will see a screen like this.

- Enter the username for your hosting account and press Enter.

- Enter the password for your hosting account and press Enter.
You will see a screen like this.

- Use basic UNIX commands to perform tasks on your Web space.
TOP
SecureCRT
- Open SecureCRT.
- Enter the following information:
Protocol dropdown - Select "ssh2".
Hostname - Enter your domain name.
Note:
If your domain name has not propagated, use your IP address which can be found in your Welcome Email.
Username - Enter the username for your account.

- Click the Connect button.
- Click Accept & Save.

- Enter the password for your account.

- Click OK. You will see a screen like this.

- Use basic UNIX commands to perform tasks on your Web space.
TOP
|