svn commit: r242962 - head/usr.bin/ssh-copy-id

Eitan Adler eadler at FreeBSD.org
Tue Nov 13 13:06:57 UTC 2012


Author: eadler
Date: Tue Nov 13 13:06:57 2012
New Revision: 242962
URL: http://svnweb.freebsd.org/changeset/base/242962

Log:
  Add examples to the ssh-copy-id script.
  
  Approved by:	bcr (mentor)
  MFC after:	3 days

Modified:
  head/usr.bin/ssh-copy-id/ssh-copy-id.1

Modified: head/usr.bin/ssh-copy-id/ssh-copy-id.1
==============================================================================
--- head/usr.bin/ssh-copy-id/ssh-copy-id.1	Tue Nov 13 12:56:42 2012	(r242961)
+++ head/usr.bin/ssh-copy-id/ssh-copy-id.1	Tue Nov 13 13:06:57 2012	(r242962)
@@ -73,6 +73,9 @@ The remaining arguments are a list of re
 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 at host1 user at host2 user at host3
 .Sh HISTORY
 The
 .Nm


More information about the svn-src-head mailing list