1
0
Prechádzať zdrojové kódy

Add comment flag in ssh-keygen example

DricomDragon 3 rokov pred
rodič
commit
e18bd9067d
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  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.