access
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| access [2026/01/08 23:36] β removed nshegunov | access [2026/02/24 16:09] (current) β [π¦ Windows (using PowerShell or Git Bash)] nshegunov | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | === π How to Get Access to the Cluster === | ||
| + | To gain access to the cluster, follow the steps below to generate an SSH key and send it to the administrators. | ||
| + | |||
| + | === π₯οΈ 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.1767908168.txt.gz Β· Last modified: 2026/01/08 23:36 by nshegunov
