summaryrefslogtreecommitdiff
path: root/sshd_config.5
diff options
context:
space:
mode:
Diffstat (limited to 'sshd_config.5')
-rw-r--r--sshd_config.517
1 files changed, 13 insertions, 4 deletions
diff --git a/sshd_config.5 b/sshd_config.5
index e7a5f0a08..e73624154 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.131 2010/12/08 04:02:47 djm Exp $ 36.\" $OpenBSD: sshd_config.5,v 1.135 2011/08/02 01:22:11 djm Exp $
37.Dd $Mdocdate: December 8 2010 $ 37.Dd $Mdocdate: August 2 2011 $
38.Dt SSHD_CONFIG 5 38.Dt SSHD_CONFIG 5
39.Os 39.Os
40.Sh NAME 40.Sh NAME
@@ -195,8 +195,9 @@ After expansion,
195.Cm AuthorizedKeysFile 195.Cm AuthorizedKeysFile
196is taken to be an absolute path or one relative to the user's home 196is taken to be an absolute path or one relative to the user's home
197directory. 197directory.
198Multiple files may be listed, separated by whitespace.
198The default is 199The default is
199.Dq .ssh/authorized_keys . 200.Dq .ssh/authorized_keys .ssh/authorized_keys2 .
200.It Cm AuthorizedPrincipalsFile 201.It Cm AuthorizedPrincipalsFile
201Specifies a file that lists principal names that are accepted for 202Specifies a file that lists principal names that are accepted for
202certificate authentication. 203certificate authentication.
@@ -713,7 +714,9 @@ Multiple algorithms must be comma-separated.
713The default is: 714The default is:
714.Bd -literal -offset indent 715.Bd -literal -offset indent
715hmac-md5,hmac-sha1,umac-64@openssh.com, 716hmac-md5,hmac-sha1,umac-64@openssh.com,
716hmac-ripemd160,hmac-sha1-96,hmac-md5-96 717hmac-ripemd160,hmac-sha1-96,hmac-md5-96,
718hmac-sha2-256,hmac-sha256-96,hmac-sha2-512,
719hmac-sha2-512-96
717.Ed 720.Ed
718.It Cm Match 721.It Cm Match
719Introduces a conditional block. 722Introduces a conditional block.
@@ -1146,6 +1149,12 @@ The goal of privilege separation is to prevent privilege
1146escalation by containing any corruption within the unprivileged processes. 1149escalation by containing any corruption within the unprivileged processes.
1147The default is 1150The default is
1148.Dq yes . 1151.Dq yes .
1152If
1153.Cm UsePrivilegeSeparation
1154is set to
1155.Dq sandbox
1156then the pre-authentication unprivileged process is subject to additional
1157restrictions.
1149.It Cm X11DisplayOffset 1158.It Cm X11DisplayOffset
1150Specifies the first display number available for 1159Specifies the first display number available for
1151.Xr sshd 8 Ns 's 1160.Xr sshd 8 Ns 's