aboutsummaryrefslogtreecommitdiffstats
path: root/ssh/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'ssh/README.md')
-rw-r--r--ssh/README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/ssh/README.md b/ssh/README.md
index 4bf1c54..623f8cb 100644
--- a/ssh/README.md
+++ b/ssh/README.md
@@ -84,6 +84,12 @@ To add a nice welcome message (e.g. from the /etc/issue file), configure the Ban
Banner /etc/issue
```
+### Copy public key to server
+
+```console
+ssh -i ~/.ssh/mykey.pub user@host
+```
+
#### Securing the authorized_keys file
For additional protection, you can prevent users from adding new public keys and connecting from them.