Browse Source

Add comment flag in ssh-keygen example

DricomDragon 3 years ago
parent
commit
e18bd9067d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Guides/install-linux.md

+ 1 - 1
Guides/install-linux.md

@@ -67,7 +67,7 @@ sudoedit /etc/ssh/sshd_config
 ### Create id to connect to servers
 
 ```sh
-ssh-keygen -f id_server_eddsa -t ed25519
+ssh-keygen -f id_server_eddsa -t ed25519 -C key-name
 ```
 
 Then add the generated public key to servers.