Update Documentation authored by Peter Heger's avatar Peter Heger
......@@ -96,12 +96,12 @@ ssh-keygen -t rsa -b 4096 -C "<YOUR NAME>"
```
Below, we keep assuming type "ed25519".
Next you **have to** enter a passphrase. Empty or weak passphrases present serious vulnerabilities. Therefore, for your convenience, this [passphrase generator](https://www.tu-braunschweig.de/it-sicherheit/pwsec/pwgen) may assist you in selecting a secure passphrase.
Next you **have to** enter a passphrase. Empty or weak passphrases present serious vulnerabilities. Therefore, we urge you to use a **non-empty and secure passphrase**! For your convenience, this [passphrase generator](https://www.tu-braunschweig.de/it-sicherheit/pwsec/pwgen) may assist you in selecting a secure passphrase. As usual, store the passphrase in a secure place or use a password-manager ([e.g. KeePass](https://keepass.info/download.html)).
```
Enter passphrase (empty for no passphrase):
```
**We stress the importance of a non-empty and secure** passphrase! As usual, store the passphrase in a secure place or use a password-manager ([e.g. KeePass](https://keepass.info/download.html)). In Step 3 (2.2.3) below, we outline how to avoid typing that passphrase multiple times.
In Step 3 (2.2.3) below, we outline how to avoid typing that passphrase multiple times.
```
Enter same passphrase again:
Your identification has been saved in /home/<USERNAME>/.ssh/id_ed25519
......
......