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, 16 insertions, 1 deletions
diff --git a/sshd_config.5 b/sshd_config.5
index b63a022b7..c216fb75b 100644
--- a/sshd_config.5
+++ b/sshd_config.5
@@ -33,7 +33,7 @@
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.256 2017/10/25 00:15:35 djm Exp $ 36.\" $OpenBSD: sshd_config.5,v 1.257 2017/10/25 00:17:08 djm Exp $
37.Dd $Mdocdate: October 25 2017 $ 37.Dd $Mdocdate: October 25 2017 $
38.Dt SSHD_CONFIG 5 38.Dt SSHD_CONFIG 5
39.Os 39.Os
@@ -1118,6 +1118,7 @@ Available keywords are
1118.Cm PubkeyAuthentication , 1118.Cm PubkeyAuthentication ,
1119.Cm RekeyLimit , 1119.Cm RekeyLimit ,
1120.Cm RevokedKeys , 1120.Cm RevokedKeys ,
1121.Cm RDomain ,
1121.Cm StreamLocalBindMask , 1122.Cm StreamLocalBindMask ,
1122.Cm StreamLocalBindUnlink , 1123.Cm StreamLocalBindUnlink ,
1123.Cm TrustedUserCAKeys , 1124.Cm TrustedUserCAKeys ,
@@ -1378,6 +1379,15 @@ an OpenSSH Key Revocation List (KRL) as generated by
1378.Xr ssh-keygen 1 . 1379.Xr ssh-keygen 1 .
1379For more information on KRLs, see the KEY REVOCATION LISTS section in 1380For more information on KRLs, see the KEY REVOCATION LISTS section in
1380.Xr ssh-keygen 1 . 1381.Xr ssh-keygen 1 .
1382.It Cm RDomain
1383Specifies an explicit routing domain that is applied after authentication
1384has completed.
1385The user session, as well and any forwarded or listening IP sockets will
1386be bound to this
1387.Xr rdomain 4 .
1388If the routing domain is set to
1389.Cm \&%D ,
1390then the domain in which the incoming connection was recieved will be applied.
1381.It Cm StreamLocalBindMask 1391.It Cm StreamLocalBindMask
1382Sets the octal file creation mode mask 1392Sets the octal file creation mode mask
1383.Pq umask 1393.Pq umask
@@ -1643,6 +1653,8 @@ which are expanded at runtime:
1643.It %% 1653.It %%
1644A literal 1654A literal
1645.Sq % . 1655.Sq % .
1656.It \&%D
1657The routing domain in which the incoming connection was received.
1646.It %F 1658.It %F
1647The fingerprint of the CA key. 1659The fingerprint of the CA key.
1648.It %f 1660.It %f
@@ -1679,6 +1691,9 @@ accepts the tokens %%, %h, and %u.
1679.Pp 1691.Pp
1680.Cm ChrootDirectory 1692.Cm ChrootDirectory
1681accepts the tokens %%, %h, and %u. 1693accepts the tokens %%, %h, and %u.
1694.Pp
1695.Cm RoutingDomain
1696accepts the token %D.
1682.Sh FILES 1697.Sh FILES
1683.Bl -tag -width Ds 1698.Bl -tag -width Ds
1684.It Pa /etc/ssh/sshd_config 1699.It Pa /etc/ssh/sshd_config