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
Next revision
Previous revision
access [2025/04/07 17:32] – nshegunovaccess [2025/04/07 17:40] (current) – [πŸ”Œ Step 4: Connect to the Cluster] nshegunov
Line 58: Line 58:
 ====πŸ”Œ Step 4: Connect to the Cluster==== ====πŸ”Œ Step 4: Connect to the Cluster====
 After you’re granted access, connect to the cluster with: After you’re granted access, connect to the cluster with:
 +  * **Windows** (using [[ https://mobaxterm.mobatek.net/ | MobaXterm ]]). Open MobaXterm.
  
 +    - Click "Session" in the top-left corner.
 +    - 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 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).
 +    - 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.1744047124.txt.gz Β· Last modified: 2025/04/07 17:32 by nshegunov

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki