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 20:26] β [π€ Step 2: Send Your Public Key] nshegunov | access [2026/02/24 16:09] (current) β [π¦ Windows (using PowerShell or Git Bash)] 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_ecdsa.pub (your public key) |
| - | ~/.ssh/id_rsa.pub (your public key) | + | |
| ====π¦ Windows (using PowerShell or Git Bash)==== | ====π¦ Windows (using PowerShell or Git Bash)==== | ||
| **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: | ||
| <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 37: | ||
| 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: |
| </ | </ | ||
| + | |||
| + | You can also use WSL :). | ||
| 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. |
| ====β 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:// | ||
| + | |||
| + | - Click " | ||
| + | - In the Session settings window, select SSH. | ||
| + | - 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. | ||
| + | - 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 20:26 by nshegunov
