From 843ab1e81f15c61c45e5e0cf9cff62a7c90a3753 Mon Sep 17 00:00:00 2001 From: Eitan Adler Date: Tue, 13 Nov 2012 13:06:57 +0000 Subject: [PATCH] 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(+) diff --git a/usr.bin/ssh-copy-id/ssh-copy-id.1 b/usr.bin/ssh-copy-id/ssh-copy-id.1 index caefe5ca62e4..2c95d5a69ec3 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