summaryrefslogtreecommitdiffstats
path: root/usr.bin
diff options
context:
space:
mode:
authoreadler <eadler@FreeBSD.org>2012-11-12 14:16:39 +0000
committereadler <eadler@FreeBSD.org>2012-11-12 14:16:39 +0000
commit28a619edd708af281677b9375fb0ab732ed2f08c (patch)
tree8d2e8e02f27e84415f2f30a16169bdbcb2b4bad3 /usr.bin
parentbf20898333a51a66a3eade476e4ec8ba03f4e092 (diff)
downloadFreeBSD-src-28a619edd708af281677b9375fb0ab732ed2f08c.zip
FreeBSD-src-28a619edd708af281677b9375fb0ab732ed2f08c.tar.gz
Clarify where the authorized_key file lives.
Approved by: bcr (mentor) MFC after: 3 days
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/ssh-copy-id/ssh-copy-id.14
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/ssh-copy-id/ssh-copy-id.1 b/usr.bin/ssh-copy-id/ssh-copy-id.1
index 947f1f9..caefe5c 100644
--- a/usr.bin/ssh-copy-id/ssh-copy-id.1
+++ b/usr.bin/ssh-copy-id/ssh-copy-id.1
@@ -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
OpenPOWER on IntegriCloud