Update 'SecureSystem/README.md'

This commit is contained in:
Florian Hoss 2022-10-01 08:46:59 +00:00
parent 31b24db7dd
commit 29c3e5aafa

View file

@ -91,6 +91,10 @@ create a ssh key with Edwards-curve Digital Signature Algorithm and name it serv
```ssh-keygen -t ed25519 -f ~/.ssh/server```
if you want, you can change the comment of the key to something better
```ssh-keygen -c -C "server.example.com" -f ~/.ssh/server```
edit a ssh config file
```vim ~/.ssh/config```