User Tools

Site Tools


access

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
access [2025/04/07 17:37] โ€“ [๐Ÿ”Œ Step 4: Connect to the Cluster] nshegunovaccess [2025/04/07 17:40] (current) โ€“ [๐Ÿ”Œ Step 4: Connect to the Cluster] nshegunov
Line 60: Line 60:
   * **Windows** (using [[ https://mobaxterm.mobatek.net/ | MobaXterm ]]). Open MobaXterm.   * **Windows** (using [[ https://mobaxterm.mobatek.net/ | MobaXterm ]]). Open MobaXterm.
  
-  - Click "Session" in the top-left corner.ย +    - Click "Session" in the top-left corner.ย 
-  - In the Session settings window, select SSH.ย +    - In the Session settings window, select SSH.ย 
-  - In the Remote host field, enter the cluster address (e.g., storage1.unite.uni-sofia.bg).ย +    - In the Remote host field, enter the cluster address (e.g., storage1.unite.uni-sofia.bg).ย 
-  - In the Specify username field, enter your cluster username.ย +    - In the Specify username field, enter your cluster username.ย 
-  - Under the "Advanced SSH settings" tab, click "Use private key" and browse for the private key file you saved earlier (e.g., id_ecdsa).ย +    - Under the "Advanced SSH settings" tab, click "Use private key" and browse for the private key file you saved earlier (e.g., id_ecdsa).ย 
-  - Click "OK" to save the session.ย +    - Click "OK" to save the session.
  
 +  * **Linux**
 +    - Create configuration file in ~/.ssh/config 
 +      <code bash>
 +        Host unite.uni-sofia.bg
 +        HostName storage2.unite.uni-sofia.bg
 +        User <your_username>
 +        IdentityFile ~/.ssh/id_unite
 +      </code> 
access.txt ยท Last modified: 2025/04/07 17:40 by nshegunov

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki