summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--usr.bin/ssh-copy-id/ssh-copy-id.13
1 files changed, 3 insertions, 0 deletions
diff --git a/usr.bin/ssh-copy-id/ssh-copy-id.1 b/usr.bin/ssh-copy-id/ssh-copy-id.1
index caefe5c..2c95d5a 100644
--- a/usr.bin/ssh-copy-id/ssh-copy-id.1
+++ b/usr.bin/ssh-copy-id/ssh-copy-id.1
@@ -73,6 +73,9 @@ The remaining arguments are a list of remote hosts to connect to,
each one optionally qualified by a user name.
.Sh EXIT STATUS
.Ex -std
+.Sh EXAMPLES
+To send a specific key to multiple hosts:
+.Dl $ ssh-copy-id -i /path/to/keyfile.pub user@host1 user@host2 user@host3
.Sh HISTORY
The
.Nm
OpenPOWER on IntegriCloud