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@host1 user@host2 user@host3
 .Sh HISTORY
 The
 .Nm
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "[email protected]"

Reply via email to