SSH (Secure Shell Protocol) (definition)

If you have chosen to create your VPS in Expert mode, then the only way you will be able to access your Gandi server at the start is by using secure shell protocol (SSH).

Servers created in Gandi AI (auto-install) mode can be accessed via SSH as well as through the web interface.

Description

SSH is a program that will let you log into any remote machine such as a VPS and execute commands on that machine from a distance in a way that is secure and encrypted.

Connecting

Enter the ssh command and the name of your Gandi server username:

 ssh yourusername@123.123.123.123

You will then see:

 The authenticity of host '123.123.123.123 (123.123.123.123)' can't be established.
 RSA key fingerprint is XX:XX:XX:XX:XX:XX:XX:XX:XX:XX:XX:XX:XX:XX:XX:XX.
 
 Are you sure you want to continue connecting (yes/no)? yes

Type yes and hit return:

 Warning: Permanently added '123.123.123.123' (RSA) to the list of known hosts.
 
 yourname@123.123.123.123's password: 

…and enter your password. If the password is correct, then you will have successfully connected to your Gandi server.

You will then be able to work securely on your Gandi server from your home or office computer.

Open source SSH clients

Linux

Mac

In Mac OS X, you simply need to open a terminal and type the commands. OpenSSH comes pre-installed and ready-to-use.

Windows

See also

Last modified: 07/16/2012 at 20:05 by Amy B. (Gandi)