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

Eitan Adler eadler at FreeBSD.org
Mon Nov 12 14:16:40 UTC 2012


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


More information about the svn-src-all mailing list