Installing SSH and SFTP clients

For Linux and MacOS users, SSH and SFTP clients should be installed by default.

For MS Windows users, clients must be installed. One possibility is PuTTY (http://www.chiark.greenend.org.uk/~sgtatham/putty/), which includes both SSH and SFTP clients. To use these from the command line, it is easiest to either add the installation folder (default is \Program Files\PuTTY) to the PATH environment variable, or install the executables in a directory which is already on the path.

Usage

PuTTY GUI

To start an SSH session using the GUI, start PuTTY from the "Start" menu.

PuTTY command line

Linux and MacOS

To start an SSH session, open a terminal window and type

ssh <user@host>

To start an SFTP session, open a terminal window and type

sftp <user@host>

Using public key authorization