Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 12 Nov 2012 14:16:39 +0000 (UTC)
From:      Eitan Adler <eadler@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r242918 - head/usr.bin/ssh-copy-id
Message-ID:  <201211121416.qACEGdiR031474@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201211121416.qACEGdiR031474>