User Tools
Writing /app/www/public/data/meta/databaseandnetworkmanagement/ssh_through_putty.meta failed
databaseandnetworkmanagement:ssh_through_putty
Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| databaseandnetworkmanagement:ssh_through_putty [2016/10/27 16:25] – created mmcc | databaseandnetworkmanagement:ssh_through_putty [2021/06/25 10:09] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== Connecting by SSH through PuTTY ====== | ||
| + | Author: Eoin Joy | ||
| + | |||
| + | |||
| + | On Windows, you can use PuTTY to SSH to a server. | ||
| + | |||
| + | {{ : | ||
| + | |||
| + | * By default you can enter an IP address in the "Host Name (or IP Address)" | ||
| + | |||
| + | * These usernames and passwords can be found in the password safe currently located in the following folder: '' | ||
| + | |||
| + | * Usually the server' | ||
| + | |||
| + | * It is optional but helpful to enter < | ||
| + | |||
| + | * Setting can be saved and loaded as profiles and the list of profiles can be searched by entering text into the Saved Sessions field. | ||
| + | |||
| + | {{ : | ||
| + | |||
| + | * The first time you connect to a given host, you must accept that host's rsa2 key as verification of the server' | ||
| + | |||
| + | {{ : | ||
| + | |||
| + | * For some servers (e.g. an Amazon EC2 instance) it is necessary to use a ppk file or a pem file as a private key for an extra layer of authentication on connecting to the server. (PuTTY uses .ppk) | ||
| + | |||
| + | These keys are found in the following folders: | ||
| + | |||
| + | '' | ||
| + | or | ||
| + | '' | ||
| + | |||
| + | * To know which key to use, if not named directly after the server you are connecting to, log in to the AWS console, https:// | ||
| + | |||
| + | * Click on EC2, Intances, and you will be presented with the listings of the instances, which have a key name value telling you which key to use. | ||