access
Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| access [2025/03/29 21:26] – created nshegunov | access [2026/02/24 16:09] (current) – [🟦 Windows (using PowerShell or Git Bash)] nshegunov | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | To obtain account you need to create | + | === 🔐 How to Get Access to the Cluster === |
| + | |||
| + | To gain access | ||
| + | |||
| + | === 🖥️ Step 1: Generate an SSH Key Pair === | ||
| + | ====🔷 Linux / macOS ==== | ||
| + | Open your terminal. | ||
| + | |||
| + | Run the following command: | ||
| + | |||
| + | <code bash> | ||
| + | ssh-keygen -t ecdsa -b 521 -C " | ||
| + | #Press Enter to accept the default file location (~/ | ||
| + | #(Optional) Set a passphrase for added security. | ||
| + | </ | ||
| + | |||
| + | This will generate: | ||
| + | |||
| + | ~/ | ||
| + | ~/ | ||
| + | |||
| + | ====🟦 Windows (using PowerShell or Git Bash)==== | ||
| + | **Option 1**: Git Bash (Recommended) | ||
| + | Install Git for Windows if you don’t have it. | ||
| + | Open Git Bash and run: | ||
| + | |||
| + | <code bash> | ||
| + | ssh-keygen -t ecdsa -b 521 -C " | ||
| + | #Accept the default location (/ | ||
| + | #(Optional) Set a passphrase for added security. | ||
| + | </ | ||
| + | |||
| + | |||
| + | **Option 2**: PowerShell (with OpenSSH) | ||
| + | Open PowerShell (Run as Administrator). | ||
| + | |||
| + | Run: | ||
| + | <code powershell> | ||
| + | ssh-keygen -t ecdsa -b 521 -C " | ||
| + | # Press Enter to use the default save path (C: | ||
| + | </ | ||
| + | |||
| + | You can also use WSL :). | ||
| + | |||
| + | |||
| + | ====📤 Step 2: Send Your Public Key==== | ||
| + | Find your public key: | ||
| + | |||
| + | **Linux/ | ||
| + | |||
| + | **Windows: | ||
| + | |||
| + | Send it via email. | ||
| + | |||
| + | ====✅ Step 3: Wait for Confirmation==== | ||
| + | The administrators will create your cluster account and add your SSH key. You’ll receive login details once setup is complete. | ||
| + | |||
| + | ====🔌 Step 4: Connect to the Cluster==== | ||
| + | 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.1743276366.txt.gz · Last modified: 2025/03/29 21:26 by nshegunov
