Update 'SecureSystem/README.md'
This commit is contained in:
parent
31b24db7dd
commit
29c3e5aafa
1 changed files with 4 additions and 0 deletions
|
@ -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```
|
||||
|
|
Loading…
Reference in a new issue