diff options
author | Colin Watson <cjwatson@debian.org> | 2016-02-29 12:15:15 +0000 |
---|---|---|
committer | Colin Watson <cjwatson@debian.org> | 2016-02-29 12:15:15 +0000 |
commit | c52a95cc4754e6630c96fe65ae0c65eb41d2c590 (patch) | |
tree | 793395934013923b7b2426382c0676edcd4be3d4 /sshd_config | |
parent | eeff4de96f5d7365750dc56912c2c62b5c28db6b (diff) | |
parent | 72b061d4ba0f909501c595d709ea76e06b01e5c9 (diff) |
Import openssh_7.2p1.orig.tar.gz
Diffstat (limited to 'sshd_config')
-rw-r--r-- | sshd_config | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sshd_config b/sshd_config index 4d77f05aa..a848d73e4 100644 --- a/sshd_config +++ b/sshd_config | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: sshd_config,v 1.97 2015/08/06 14:53:21 deraadt Exp $ | 1 | # $OpenBSD: sshd_config,v 1.98 2016/02/17 05:29:04 djm Exp $ |
2 | 2 | ||
3 | # This is the sshd server system-wide configuration file. See | 3 | # This is the sshd server system-wide configuration file. See |
4 | # sshd_config(5) for more information. | 4 | # sshd_config(5) for more information. |
@@ -107,7 +107,7 @@ AuthorizedKeysFile .ssh/authorized_keys | |||
107 | #PrintLastLog yes | 107 | #PrintLastLog yes |
108 | #TCPKeepAlive yes | 108 | #TCPKeepAlive yes |
109 | #UseLogin no | 109 | #UseLogin no |
110 | UsePrivilegeSeparation sandbox # Default for new installations. | 110 | #UsePrivilegeSeparation sandbox |
111 | #PermitUserEnvironment no | 111 | #PermitUserEnvironment no |
112 | #Compression delayed | 112 | #Compression delayed |
113 | #ClientAliveInterval 0 | 113 | #ClientAliveInterval 0 |