Documentation/content/security
hugobuddel cff67c76cb Use full path when specifying ssh key file (#669)
Using a `~` apparently does not work with `ssh-keygen`:
```
$ ssh-keygen -t ed25519 -a 100
Generating public/private ed25519 key pair.
Enter file in which to save the key (/home/knud/.ssh/id_ed25519): ~/.ssh/id_ed25519_codeberg
Enter passphrase for "~/.ssh/id_ed25519_codeberg" (empty for no passphrase):
Enter same passphrase again:
Saving key "~/.ssh/id_ed25519_codeberg" failed: No such file or directory
```

Reviewed-on: https://codeberg.org/Codeberg/Documentation/pulls/669
Reviewed-by: Robert Wolff <mahlzahn@posteo.de>
Co-authored-by: hugobuddel <hugo@buddelmeijer.nl>
Co-committed-by: hugobuddel <hugo@buddelmeijer.nl>
2025-09-06 14:00:07 +02:00
..
2fa.md Security section: small additions (#634) 2025-07-01 20:59:00 +02:00
gpg-key.md Reduce line length limit and format content (#623) 2025-06-14 11:38:21 +02:00
index.md Refactor and fix tables (#627) 2025-06-16 22:57:17 +02:00
ssh-fingerprint.md Lint the documentation (#626) 2025-06-14 15:39:01 +02:00
ssh-key.md Use full path when specifying ssh key file (#669) 2025-09-06 14:00:07 +02:00