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 20:36] – [πŸ”Œ Step 4: Connect to the Cluster] nshegunovaccess [2026/02/24 16:09] (current) – [🟦 Windows (using PowerShell or Git Bash)] nshegunov
Line 18: Line 18:
  
 ~/.ssh/id_ecdsa (your private key) ~/.ssh/id_ecdsa (your private key)
- 
 ~/.ssh/id_ecdsa.pub (your public key) ~/.ssh/id_ecdsa.pub (your public key)
  
Line 24: Line 23:
 **Option 1**: Git Bash (Recommended) **Option 1**: Git Bash (Recommended)
 Install Git for Windows if you don’t have it. Install Git for Windows if you don’t have it.
- 
 Open Git Bash and run: Open Git Bash and run:
  
Line 40: Line 38:
 <code powershell> <code powershell>
 ssh-keygen -t ecdsa -b 521 -C "your_email@example.com" ssh-keygen -t ecdsa -b 521 -C "your_email@example.com"
-# Press Enter to use the default save path (C:\Users\YourName\.ssh\id_ecdsa).</code>+# Press Enter to use the default save path (C:\Users\YourName\.ssh\id_ecdsa).
 </code> </code>
 +
 +You can also use WSL :). 
  
  
Line 51: Line 51:
 **Windows:** C:\Users\YourName\.ssh\id_ecdsa.pub (or in Git Bash: ~/.ssh/id_ecdsa.pub) **Windows:** C:\Users\YourName\.ssh\id_ecdsa.pub (or in Git Bash: ~/.ssh/id_ecdsa.pub)
  
-Send it via email to: πŸ“§ admin@unite.cluster+Send it via email.
  
 ====βœ… Step 3: Wait for Confirmation==== ====βœ… Step 3: Wait for Confirmation====
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.+  * **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., storage2.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.1744047405.txt.gz Β· Last modified: 2025/04/07 20:36 by nshegunov

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki