From 20ea2f5691cde5b64ef51b10e38546e726d1cd6e Mon Sep 17 00:00:00 2001 From: eadler Date: Tue, 13 Nov 2012 13:06:57 +0000 Subject: Add examples to the ssh-copy-id script. Approved by: bcr (mentor) MFC after: 3 days --- usr.bin/ssh-copy-id/ssh-copy-id.1 | 3 +++ 1 file changed, 3 insertions(+) (limited to 'usr.bin') 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 -- cgit v1.1