aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesús <heckyel@hyperbola.info>2022-04-17 11:21:05 +0800
committerJesús <heckyel@hyperbola.info>2022-04-17 11:21:05 +0800
commit6fa8369ce1e9dfecd7b35019fe259e52284278e2 (patch)
tree1e9828a882f314ac5d2756e3a9d6566b37ab4f78
parentb84236c5a304078eb589d021b0db82efe726821e (diff)
downloadbook-6fa8369ce1e9dfecd7b35019fe259e52284278e2.tar.lz
book-6fa8369ce1e9dfecd7b35019fe259e52284278e2.tar.xz
book-6fa8369ce1e9dfecd7b35019fe259e52284278e2.zip
ssh doc minor fix
-rw-r--r--ssh/README.md2
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