diff options
-rw-r--r-- | ssh/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ssh/README.md b/ssh/README.md index 623f8cb..271ab98 100644 --- a/ssh/README.md +++ b/ssh/README.md @@ -87,7 +87,7 @@ Banner /etc/issue ### Copy public key to server ```console -ssh -i ~/.ssh/mykey.pub user@host +$ ssh-copy-id -i ~/.ssh/mykey.pub user@host ``` #### Securing the authorized_keys file |