chore: improved markdown article and syntax

This commit is contained in:
Michele Cereda
2023-03-25 20:33:56 +01:00
parent 2cf9c625d9
commit d0fb062913
21 changed files with 83 additions and 52 deletions

View File

@@ -113,7 +113,7 @@ ssh-keygen -t 'ecdsa' -b '521'
ssh-keygen -t 'ed25519' -f '.ssh/id_ed25519' -C 'test@winzoz'
```
```plaintext
```txt
Generating public/private ed25519 key pair.
Enter passphrase (empty for no passphrase):
Enter same passphrase again:
@@ -143,7 +143,7 @@ ssh-keygen -R '192.168.1.237' -f '.ssh/known_hosts'
ssh-keygen -R 'raspberrypi.lan' -f '.ssh/known_hosts'
```
```plaintext
```txt
Host pi4.lan found: line 5
/home/user/.ssh/known_hosts updated.
Original contents retained as /home/user/.ssh/known_hosts.old