summaryrefslogtreecommitdiff
path: root/sshd.8
diff options
context:
space:
mode:
authorBen Lindstrom <mouring@eviladmin.org>2001-02-15 03:08:27 +0000
committerBen Lindstrom <mouring@eviladmin.org>2001-02-15 03:08:27 +0000
commitd8a9021f3652d8ab99d0fed2460420c3eb4e10a2 (patch)
treea736e9a286d99325d80815c85f3353c1fa347d82 /sshd.8
parent06b33aa0e83163f3dcd679317afec1ee95910512 (diff)
- markus@cvs.openbsd.org 2001/02/12 16:16:23
[auth-passwd.c auth.c auth.h auth1.c auth2.c servconf.c servconf.h ssh-keygen.c sshd.8] PermitRootLogin={yes,without-password,forced-commands-only,no} (before this change, root could login even if PermitRootLogin==no)
Diffstat (limited to 'sshd.8')
-rw-r--r--sshd.821
1 files changed, 13 insertions, 8 deletions
diff --git a/sshd.8 b/sshd.8
index 1b1e9645c..79c184330 100644
--- a/sshd.8
+++ b/sshd.8
@@ -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.8,v 1.93 2001/02/11 12:59:25 markus Exp $ 37.\" $OpenBSD: sshd.8,v 1.94 2001/02/12 16:16:24 markus Exp $
38.Dd September 25, 1999 38.Dd September 25, 1999
39.Dt SSHD 8 39.Dt SSHD 8
40.Os 40.Os
@@ -552,21 +552,26 @@ Specifies whether the root can log in using
552.Xr ssh 1 . 552.Xr ssh 1 .
553The argument must be 553The argument must be
554.Dq yes , 554.Dq yes ,
555.Dq without-password 555.Dq without-password ,
556.Dq forced-commands-only
556or 557or
557.Dq no . 558.Dq no .
558The default is 559The default is
559.Dq yes . 560.Dq yes .
560If this options is set to 561.Pp
562If this option is set to
561.Dq without-password 563.Dq without-password
562only password authentication is disabled for root. 564password authentication is disabled for root.
563.Pp 565.Pp
564Root login with RSA authentication when the 566If this option is set to
567.Dq forced-commands-only
568root login with public key authentication will be allowed,
569but only if the
565.Ar command 570.Ar command
566option has been 571option has been specified
567specified will be allowed regardless of the value of this setting
568(which may be useful for taking remote backups even if root login is 572(which may be useful for taking remote backups even if root login is
569normally not allowed). 573normally not allowed). All other authentication methods are disabled
574for root.
570.It Cm PidFile 575.It Cm PidFile
571Specifies the file that contains the process identifier of the 576Specifies the file that contains the process identifier of the
572.Nm 577.Nm