summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/sshd.8
diff options
context:
space:
mode:
authorDamien Miller <djm@cvs.openbsd.org>2015-09-11 03:13:37 +0000
committerDamien Miller <djm@cvs.openbsd.org>2015-09-11 03:13:37 +0000
commite391b1cbde6234c1ba2d65f0536045c987234c2c (patch)
treee0472e51952a7c1d007913e384b633533d3a417e /usr.bin/ssh/sshd.8
parent95a90dd98f2fc887e1d808c2721cd28c1f8fb388 (diff)
more clarity on what AuthorizedKeysFile=none does;
based on diff by Thiebaud Weksteen
Diffstat (limited to 'usr.bin/ssh/sshd.8')
-rw-r--r--usr.bin/ssh/sshd.86
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/ssh/sshd.8 b/usr.bin/ssh/sshd.8
index 4e27e60ce83..198e2102dff 100644
--- a/usr.bin/ssh/sshd.8
+++ b/usr.bin/ssh/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
@@ -443,7 +443,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 .