diff options
author | eadler <eadler@FreeBSD.org> | 2012-11-13 13:06:57 +0000 |
---|---|---|
committer | eadler <eadler@FreeBSD.org> | 2012-11-13 13:06:57 +0000 |
commit | 20ea2f5691cde5b64ef51b10e38546e726d1cd6e (patch) | |
tree | 1a23f6b6738842c35226c7259a86655d2df2c97e /usr.bin | |
parent | 39bfcc5eed2a3f48c8f7e92b61173fa2f7edb3a9 (diff) | |
download | FreeBSD-src-20ea2f5691cde5b64ef51b10e38546e726d1cd6e.zip FreeBSD-src-20ea2f5691cde5b64ef51b10e38546e726d1cd6e.tar.gz |
Add examples to the ssh-copy-id script.
Approved by: bcr (mentor)
MFC after: 3 days
Diffstat (limited to 'usr.bin')
-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 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 |