Add examples to the ssh-copy-id script.

Approved by:	bcr (mentor)
MFC after:	3 days
This commit is contained in:
Eitan Adler 2012-11-13 13:06:57 +00:00
parent 0b92b54045
commit 843ab1e81f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=242962

View File

@ -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