summaryrefslogtreecommitdiff
path: root/sshd.8
diff options
context:
space:
mode:
authordjm@openbsd.org <djm@openbsd.org>2015-09-11 03:13:36 +0000
committerDamien Miller <djm@mindrot.org>2015-09-11 13:28:01 +1000
commit2bca8a43e7dd9b04d7070824ffebb823c72587b2 (patch)
tree8e0e345428393c69f0509557511567e5fa891d19 /sshd.8
parent61942ea4a01e6db4fdf37ad61de81312ffe310e9 (diff)
downloadopenssh-git-2bca8a43e7dd9b04d7070824ffebb823c72587b2.tar.gz
upstream commit
more clarity on what AuthorizedKeysFile=none does; based on diff by Thiebaud Weksteen Upstream-ID: 78ab87f069080f0cc3bc353bb04eddd9e8ad3704
Diffstat (limited to 'sshd.8')
-rw-r--r--sshd.86
1 files changed, 3 insertions, 3 deletions
diff --git a/sshd.8 b/sshd.8
index 213b5fc4..3b20d9f3 100644
--- a/sshd.8
+++ b/sshd.8
@@ -33,8 +33,8 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.\" $OpenBSD: sshd.8,v 1.280 2015/07/03 03:49:45 djm Exp $
-.Dd $Mdocdate: July 3 2015 $
+.\" $OpenBSD: sshd.8,v 1.281 2015/09/11 03:13:36 djm Exp $
+.Dd $Mdocdate: September 11 2015 $
.Dt SSHD 8
.Os
.Sh NAME
@@ -470,7 +470,7 @@ does not exist either, xauth is used to add the cookie.
.Cm AuthorizedKeysFile
specifies the files containing public keys for
public key authentication;
-if none is specified, the default is
+if this option is not specified, the default is
.Pa ~/.ssh/authorized_keys
and
.Pa ~/.ssh/authorized_keys2 .