summaryrefslogtreecommitdiff
path: root/sshd_config.5
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_config.5
parent61942ea4a01e6db4fdf37ad61de81312ffe310e9 (diff)
upstream commit
more clarity on what AuthorizedKeysFile=none does; based on diff by Thiebaud Weksteen Upstream-ID: 78ab87f069080f0cc3bc353bb04eddd9e8ad3704
Diffstat (limited to 'sshd_config.5')
-rw-r--r--sshd_config.57
1 files changed, 5 insertions, 2 deletions
diff --git a/sshd_config.5 b/sshd_config.5
index b18d340af..cd3b5cfe3 100644
--- a/sshd_config.5
+++ b/sshd_config.5
@@ -33,8 +33,8 @@
33.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 33.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
34.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 34.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
35.\" 35.\"
36.\" $OpenBSD: sshd_config.5,v 1.211 2015/08/14 15:32:41 jmc Exp $ 36.\" $OpenBSD: sshd_config.5,v 1.212 2015/09/11 03:13:36 djm Exp $
37.Dd $Mdocdate: August 14 2015 $ 37.Dd $Mdocdate: September 11 2015 $
38.Dt SSHD_CONFIG 5 38.Dt SSHD_CONFIG 5
39.Os 39.Os
40.Sh NAME 40.Sh NAME
@@ -285,6 +285,9 @@ After expansion,
285is taken to be an absolute path or one relative to the user's home 285is taken to be an absolute path or one relative to the user's home
286directory. 286directory.
287Multiple files may be listed, separated by whitespace. 287Multiple files may be listed, separated by whitespace.
288Alternately this option may be set to
289.Dq none
290to skip checking for user keys in files.
288The default is 291The default is
289.Dq .ssh/authorized_keys .ssh/authorized_keys2 . 292.Dq .ssh/authorized_keys .ssh/authorized_keys2 .
290.It Cm AuthorizedPrincipalsCommand 293.It Cm AuthorizedPrincipalsCommand