diff options
author | Eitan Adler <eadler@FreeBSD.org> | 2012-11-13 13:06:57 +0000 |
---|---|---|
committer | Eitan Adler <eadler@FreeBSD.org> | 2012-11-13 13:06:57 +0000 |
commit | 843ab1e81f15c61c45e5e0cf9cff62a7c90a3753 (patch) | |
tree | 1a23f6b6738842c35226c7259a86655d2df2c97e /usr.bin/ssh-copy-id | |
parent | 0b92b54045888784238610c989d086e20e440e64 (diff) | |
download | src-843ab1e81f15c61c45e5e0cf9cff62a7c90a3753.tar.gz src-843ab1e81f15c61c45e5e0cf9cff62a7c90a3753.zip |
Notes
Diffstat (limited to 'usr.bin/ssh-copy-id')
-rw-r--r-- | usr.bin/ssh-copy-id/ssh-copy-id.1 | 3 |
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 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 |