Skip to content

Commit

Permalink
Fix markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
richelbilderbeek committed Jan 8, 2025
1 parent a38112f commit 2e03fd2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/software/ssh_key_use_bianca.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ Here is a description of the flags:

### 2. Add the content of your public key to Bianca's authorized keys

Add the content of the public key `id_ed25519_uppmax_login.pub`
Add the content of the public key `id_ed25519_uppmax_login.pub`
on your local computer to the Bianca's `$HOME/.ssh/authorized_keys`.

There are multiple ways to do so.
Expand All @@ -79,7 +79,7 @@ Then copy that line to your clipboard.
$ cat $HOME/.ssh/id_ed25519_uppmax_login.pub
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIFGXV8fRK+cazt8qHX+fGS+w6WPOuE82Q19A12345678 Sven's key to UPPMAX
```

On Bianca, to edit the authorized keys file, do:

```bash
Expand Down Expand Up @@ -166,7 +166,7 @@ chmod 700 ~
-rwx------ 1 sven sven 104 Jan 8 10:26 authorized_keys
```

### 4. [Log in to Bianca via the console using an SSH key](../getting_started/login_bianca_console_ssh_key.md)
### 4. [Log in to Bianca via the console using an SSH key](../getting_started/login_bianca_console_ssh_key.md)

[Log in to Bianca via the console using an SSH key](../getting_started/login_bianca_console_ssh_key.md),
using `ssh -A`:
Expand Down

0 comments on commit 2e03fd2

Please sign in to comment.