mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-07-28 16:24:39 +02:00
- dtucker@cvs.openbsd.org 2011/05/06 01:03:35
[sshd_config] clarify language about overriding defaults. bz#1892, from Petr Cerny
This commit is contained in:
parent
60432d8cf2
commit
fd53abd00b
@ -4,6 +4,9 @@
|
|||||||
[mux.c]
|
[mux.c]
|
||||||
gracefully fall back when ControlPath is too large for a
|
gracefully fall back when ControlPath is too large for a
|
||||||
sockaddr_un. ok markus@ as part of a larger diff
|
sockaddr_un. ok markus@ as part of a larger diff
|
||||||
|
- dtucker@cvs.openbsd.org 2011/05/06 01:03:35
|
||||||
|
[sshd_config]
|
||||||
|
clarify language about overriding defaults. bz#1892, from Petr Cerny
|
||||||
|
|
||||||
20110510
|
20110510
|
||||||
- (dtucker) [openbsd-compat/openssl-compat.{c,h}] Bug #1882: fix
|
- (dtucker) [openbsd-compat/openssl-compat.{c,h}] Bug #1882: fix
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# $OpenBSD: sshd_config,v 1.82 2010/09/06 17:10:19 naddy Exp $
|
# $OpenBSD: sshd_config,v 1.83 2011/05/06 01:03:35 dtucker Exp $
|
||||||
|
|
||||||
# This is the sshd server system-wide configuration file. See
|
# This is the sshd server system-wide configuration file. See
|
||||||
# sshd_config(5) for more information.
|
# sshd_config(5) for more information.
|
||||||
@ -7,7 +7,7 @@
|
|||||||
|
|
||||||
# The strategy used for options in the default sshd_config shipped with
|
# The strategy used for options in the default sshd_config shipped with
|
||||||
# OpenSSH is to specify options with their default value where
|
# OpenSSH is to specify options with their default value where
|
||||||
# possible, but leave them commented. Uncommented options change a
|
# possible, but leave them commented. Uncommented options override the
|
||||||
# default value.
|
# default value.
|
||||||
|
|
||||||
#Port 22
|
#Port 22
|
||||||
|
Loading…
x
Reference in New Issue
Block a user