Author: eadler
Date: Mon Nov 12 14:16:39 2012
New Revision: 242918
URL: http://svnweb.freebsd.org/changeset/base/242918

Log:
  Clarify where the authorized_key file lives.
  
  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      Mon Nov 12 14:14:01 2012        
(r242917)
+++ head/usr.bin/ssh-copy-id/ssh-copy-id.1      Mon Nov 12 14:16:39 2012        
(r242918)
@@ -42,8 +42,8 @@
 The
 .Nm
 utility copies public keys to a remote host's
-.Pa authorized_keys
-file.
+.Pa ~/.ssh/authorized_keys
+file (creating the file and directory, if required).
 .Pp
 The following options are available:
 .Bl -tag -width indent
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to