- jmc@cvs.openbsd.org 2007/01/02 09:57:25
[sshd_config.5] do not use lists for SYNOPSIS; from eric s. raymond via brad
This commit is contained in:
parent
9fc6a56204
commit
d94fc72bcd
|
@ -25,6 +25,10 @@
|
|||
[servconf.c]
|
||||
Make "PermitOpen all" first-match within a block to match the way other
|
||||
options work. ok markus@ djm@
|
||||
- jmc@cvs.openbsd.org 2007/01/02 09:57:25
|
||||
[sshd_config.5]
|
||||
do not use lists for SYNOPSIS;
|
||||
from eric s. raymond via brad
|
||||
|
||||
20061205
|
||||
- (djm) [auth.c] Fix NULL pointer dereference in fakepw(). Crash would
|
||||
|
@ -2645,4 +2649,4 @@
|
|||
OpenServer 6 and add osr5bigcrypt support so when someone migrates
|
||||
passwords between UnixWare and OpenServer they will still work. OK dtucker@
|
||||
|
||||
$Id: ChangeLog,v 1.4597 2007/01/05 05:29:02 djm Exp $
|
||||
$Id: ChangeLog,v 1.4598 2007/01/05 05:29:30 djm Exp $
|
||||
|
|
|
@ -34,7 +34,7 @@
|
|||
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
||||
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
.\"
|
||||
.\" $OpenBSD: sshd_config.5,v 1.70 2006/08/21 08:14:01 dtucker Exp $
|
||||
.\" $OpenBSD: sshd_config.5,v 1.71 2007/01/02 09:57:25 jmc Exp $
|
||||
.Dd September 25, 1999
|
||||
.Dt SSHD_CONFIG 5
|
||||
.Os
|
||||
|
@ -42,9 +42,7 @@
|
|||
.Nm sshd_config
|
||||
.Nd OpenSSH SSH daemon configuration file
|
||||
.Sh SYNOPSIS
|
||||
.Bl -tag -width Ds -compact
|
||||
.It Pa /etc/ssh/sshd_config
|
||||
.El
|
||||
.Nm /etc/ssh/sshd_config
|
||||
.Sh DESCRIPTION
|
||||
.Xr sshd 8
|
||||
reads configuration data from
|
||||
|
|
Loading…
Reference in New Issue