From 6fa8369ce1e9dfecd7b35019fe259e52284278e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs?= Date: Sun, 17 Apr 2022 11:21:05 +0800 Subject: ssh doc minor fix --- ssh/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3