ssh doc minor fix

This commit is contained in:
Jesús 2022-04-17 11:21:05 +08:00
parent b84236c5a3
commit 6fa8369ce1
No known key found for this signature in database
GPG Key ID: F6EE7BC59A315766

View File

@ -87,7 +87,7 @@ Banner /etc/issue
### Copy public key to server ### Copy public key to server
```console ```console
ssh -i ~/.ssh/mykey.pub user@host $ ssh-copy-id -i ~/.ssh/mykey.pub user@host
``` ```
#### Securing the authorized_keys file #### Securing the authorized_keys file