access
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
access [2025/04/07 17:26] β [π€ Step 2: Send Your Public Key] nshegunov | access [2025/04/07 17:40] (current) β [π Step 4: Connect to the Cluster] nshegunov | ||
---|---|---|---|
Line 10: | Line 10: | ||
<code bash> | <code bash> | ||
- | ssh-keygen -t rsa -b 4096 -C " | + | ssh-keygen -t ecdsa -b 521 |
- | #Press Enter to accept the default file location (~/.ssh/id_rsa). | + | #Press Enter to accept the default file location (~/.ssh/id_ecdsa). |
#(Optional) Set a passphrase for added security. | #(Optional) Set a passphrase for added security. | ||
</ | </ | ||
Line 17: | Line 17: | ||
This will generate: | This will generate: | ||
- | ~/.ssh/id_rsa | + | ~/.ssh/id_ecdsa |
- | ~/.ssh/id_rsa.pub (your public key) | + | ~/.ssh/id_ecdsa.pub (your public key) |
====π¦ Windows (using PowerShell or Git Bash)==== | ====π¦ Windows (using PowerShell or Git Bash)==== | ||
Line 28: | Line 28: | ||
<code bash> | <code bash> | ||
- | ssh-keygen -t rsa -b 4096 -C " | + | ssh-keygen -t ecdsa -b 521 |
- | #Accept the default location (/ | + | #Accept the default location (/ |
#(Optional) Set a passphrase for added security. | #(Optional) Set a passphrase for added security. | ||
</ | </ | ||
Line 39: | Line 39: | ||
Run: | Run: | ||
<code powershell> | <code powershell> | ||
- | ssh-keygen -t rsa -b 4096 -C " | + | ssh-keygen -t ecdsa -b 521 -C " |
- | # Press Enter to use the default save path (C: | + | # Press Enter to use the default save path (C: |
</ | </ | ||
Line 47: | Line 47: | ||
Find your public key: | Find your public key: | ||
- | **Linux/ | + | **Linux/ |
- | **Windows: | + | **Windows: |
Send it via email to: π§ admin@unite.cluster | Send it via email to: π§ admin@unite.cluster | ||
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:// | ||
+ | - Click " | ||
+ | - 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 " | ||
+ | - Click " | ||
+ | |||
+ | * **Linux** | ||
+ | - Create configuration file in ~/ | ||
+ | <code bash> | ||
+ | Host unite.uni-sofia.bg | ||
+ | HostName storage2.unite.uni-sofia.bg | ||
+ | User < | ||
+ | IdentityFile ~/ | ||
+ | </ |
access.1744046777.txt.gz Β· Last modified: 2025/04/07 17:26 by nshegunov