summaryrefslogtreecommitdiff
path: root/sshd_config.5
diff options
context:
space:
mode:
Diffstat (limited to 'sshd_config.5')
-rw-r--r--sshd_config.510
1 files changed, 6 insertions, 4 deletions
diff --git a/sshd_config.5 b/sshd_config.5
index cec2a2382..048e8924e 100644
--- a/sshd_config.5
+++ b/sshd_config.5
@@ -34,7 +34,7 @@
34.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 34.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
35.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 35.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
36.\" 36.\"
37.\" $OpenBSD: sshd_config.5,v 1.43 2005/05/23 23:32:46 djm Exp $ 37.\" $OpenBSD: sshd_config.5,v 1.44 2005/07/25 11:59:40 markus Exp $
38.Dd September 25, 1999 38.Dd September 25, 1999
39.Dt SSHD_CONFIG 5 39.Dt SSHD_CONFIG 5
40.Os 40.Os
@@ -217,13 +217,15 @@ The default
217is 0, indicating that these messages will not be sent to the client. 217is 0, indicating that these messages will not be sent to the client.
218This option applies to protocol version 2 only. 218This option applies to protocol version 2 only.
219.It Cm Compression 219.It Cm Compression
220Specifies whether compression is allowed. 220Specifies whether compression is allowed, or delayed until
221the user has authenticated successfully.
221The argument must be 222The argument must be
222.Dq yes 223.Dq yes ,
224.Dq delayed ,
223or 225or
224.Dq no . 226.Dq no .
225The default is 227The default is
226.Dq yes . 228.Dq delayed .
227.It Cm DenyGroups 229.It Cm DenyGroups
228This keyword can be followed by a list of group name patterns, separated 230This keyword can be followed by a list of group name patterns, separated
229by spaces. 231by spaces.