mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-07-23 22:05:06 +02:00
- (dtucker) [sshd_config.5] Add PermitRootLogin without-password warning
from bug #701 (text from jfh at cise.ufl.edu).
This commit is contained in:
parent
036768e48c
commit
96cc26b614
@ -1,3 +1,7 @@
|
|||||||
|
20040412
|
||||||
|
- (dtucker) [sshd_config.5] Add PermitRootLogin without-password warning
|
||||||
|
from bug #701 (text from jfh at cise.ufl.edu).
|
||||||
|
|
||||||
20040408
|
20040408
|
||||||
- (dtucker) [loginrec.c] Use UT_LINESIZE if available, prevents truncating
|
- (dtucker) [loginrec.c] Use UT_LINESIZE if available, prevents truncating
|
||||||
pty name on Linux 2.6.x systems. Patch from jpe at eisenmenger.org.
|
pty name on Linux 2.6.x systems. Patch from jpe at eisenmenger.org.
|
||||||
@ -957,4 +961,4 @@
|
|||||||
- (djm) Trim deprecated options from INSTALL. Mention UsePAM
|
- (djm) Trim deprecated options from INSTALL. Mention UsePAM
|
||||||
- (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
|
- (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
|
||||||
|
|
||||||
$Id: ChangeLog,v 1.3307 2004/04/08 16:12:30 mouring Exp $
|
$Id: ChangeLog,v 1.3308 2004/04/14 03:04:35 dtucker Exp $
|
||||||
|
@ -434,7 +434,9 @@ The default is
|
|||||||
.Pp
|
.Pp
|
||||||
If this option is set to
|
If this option is set to
|
||||||
.Dq without-password
|
.Dq without-password
|
||||||
password authentication is disabled for root.
|
password authentication is disabled for root. Note that other authentication
|
||||||
|
methods (e.g., keyboard-interactive/PAM) may still allow root to login using
|
||||||
|
a password.
|
||||||
.Pp
|
.Pp
|
||||||
If this option is set to
|
If this option is set to
|
||||||
.Dq forced-commands-only
|
.Dq forced-commands-only
|
||||||
|
Loading…
x
Reference in New Issue
Block a user