diff options
author | eadler <eadler@FreeBSD.org> | 2012-11-12 14:16:39 +0000 |
---|---|---|
committer | eadler <eadler@FreeBSD.org> | 2012-11-12 14:16:39 +0000 |
commit | 28a619edd708af281677b9375fb0ab732ed2f08c (patch) | |
tree | 8d2e8e02f27e84415f2f30a16169bdbcb2b4bad3 /usr.bin | |
parent | bf20898333a51a66a3eade476e4ec8ba03f4e092 (diff) | |
download | FreeBSD-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.1 | 4 |
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 |