Difference between revisions of "How to access the cluster with PuTTY"
From ScientificComputing
Line 1: | Line 1: | ||
− | == | + | == Basic login == |
<table style="width: 100%;"> | <table style="width: 100%;"> | ||
<tr valign=top> | <tr valign=top> | ||
Line 30: | Line 30: | ||
<tr valign=top> | <tr valign=top> | ||
<td style="width: 20%;"> | <td style="width: 20%;"> | ||
− | Upon a successful login, you can see the welcome banner and links to | + | Upon a successful login, you can see the welcome banner and links to this [[Main Page|Wiki]], [https://www.bi.id.ethz.ch/sd/welcome.view?lang=en Smartdesk] and {{Cluster support}} |
</td> | </td> | ||
<td style="width: 80%;"> | <td style="width: 80%;"> | ||
Line 39: | Line 39: | ||
− | == | + | == Stored session == |
+ | === Create a session === | ||
<table style="width: 100%;"> | <table style="width: 100%;"> | ||
<tr valign=top> | <tr valign=top> | ||
<td style="width: 20%;"> | <td style="width: 20%;"> | ||
− | + | Enter Euler hostname (euler.ethz.ch) and a session name | |
</td> | </td> | ||
− | <td style="width: 80%; | + | <td style="width: 80%;"> |
− | [[Image: | + | [[Image:putty_config_name_session.png|600px]] |
</td> | </td> | ||
</tr> | </tr> | ||
Line 52: | Line 53: | ||
<tr valign=top> | <tr valign=top> | ||
<td style="width: 20%;"> | <td style="width: 20%;"> | ||
− | + | Add your username | |
</td> | </td> | ||
<td style="width: 80%;"> | <td style="width: 80%;"> | ||
− | [[Image: | + | [[Image:putty_config_add_username.png|600px]] |
</td> | </td> | ||
</tr> | </tr> | ||
+ | </table> | ||
+ | <table style="width: 100%;"> | ||
<tr valign=top> | <tr valign=top> | ||
<td style="width: 20%;"> | <td style="width: 20%;"> | ||
− | + | === Save a session === | |
</td> | </td> | ||
<td style="width: 80%;"> | <td style="width: 80%;"> | ||
− | [[Image: | + | [[Image:putty_config_save_session.png|600px]] |
</td> | </td> | ||
</tr> | </tr> | ||
+ | </table> | ||
+ | <table style="width: 100%;"> | ||
<tr valign=top> | <tr valign=top> | ||
<td style="width: 20%;"> | <td style="width: 20%;"> | ||
− | + | === Load a session === | |
</td> | </td> | ||
<td style="width: 80%;"> | <td style="width: 80%;"> | ||
− | [[Image: | + | [[Image:putty_config_load_session.png|600px]] |
</td> | </td> | ||
</tr> | </tr> |
Revision as of 09:02, 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 |
Stored session
Create a session
Enter Euler hostname (euler.ethz.ch) and a session name |
|
Add your username |
Save a session |
Load a session |
Create SSH keys
Start PuTTYgen |
|
Generate SSH Keys |
|
Save the public and private keys |
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 |