Difference between revisions of "How to access the cluster with PuTTY"
From ScientificComputing
Line 106: | Line 106: | ||
<tr valign=top> | <tr valign=top> | ||
<td style="width: 20%;"> | <td style="width: 20%;"> | ||
− | + | Enter a passphrase and save the public and private keys | |
</td> | </td> | ||
<td style="width: 80%;"> | <td style="width: 80%;"> | ||
[[Image:puttygen_save_keys.png|600px]] | [[Image:puttygen_save_keys.png|600px]] | ||
+ | </td> | ||
+ | </tr> | ||
+ | |||
+ | <tr valign=top> | ||
+ | <td style="width: 20%;"> | ||
+ | Navigate to the folder you want to save the SSH keys, define the key file name and save it | ||
+ | </td> | ||
+ | <td style="width: 80%;"> | ||
[[Image:puttygen_save_private_keys.png|600px]] | [[Image:puttygen_save_private_keys.png|600px]] | ||
</td> | </td> |
Revision as of 09:10, 23 December 2021
Contents
Basic login
Start PuTTy |
|
Enter Euler hostname (euler.ethz.ch) |
|
Enter your ETH account username and password |
|
Upon a successful login, you can see the welcome banner and links to this Wiki, Smartdesk and cluster support |
Saved session
Create a session
Enter Euler hostname (euler.ethz.ch) and a session name |
|
Add your username |
Save a session |
Load a session |
SSH keys
Create SSH keys
Start PuTTYgen |
|
Generate SSH Keys |
|
Enter a passphrase and save the public and private keys |
|
Navigate to the folder you want to save the SSH keys, define the key file name and save it |
Copy the public key to the cluster
Log in to the cluster and open the file $HOME/.ssh/authorized_keys |
|
Copy the public key to the file and save the file |