summaryrefslogtreecommitdiff
path: root/sshd.8
diff options
context:
space:
mode:
authorBen Lindstrom <mouring@eviladmin.org>2001-03-05 07:40:40 +0000
committerBen Lindstrom <mouring@eviladmin.org>2001-03-05 07:40:40 +0000
commit323c98f4a761b8ac79a7ffddca6a97f7f4c93a23 (patch)
treeec44dd5cf8a9371ef8f85f0926c2485febb47c35 /sshd.8
parent3d73a349313161770a5a37f02d6a8edff40c597a (diff)
- stevesk@cvs.openbsd.org 2001/03/04 11:04:41
[sshd.8] small cleanup and clarify for PermitRootLogin; ok markus@
Diffstat (limited to 'sshd.8')
-rw-r--r--sshd.88
1 files changed, 6 insertions, 2 deletions
diff --git a/sshd.8 b/sshd.8
index ab012b450..fadfe6ba3 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.99 2001/03/02 18:54:31 deraadt Exp $ 37.\" $OpenBSD: sshd.8,v 1.100 2001/03/04 11:04:41 stevesk Exp $
38.Dd September 25, 1999 38.Dd September 25, 1999
39.Dt SSHD 8 39.Dt SSHD 8
40.Os 40.Os
@@ -550,7 +550,7 @@ server allows login to accounts with empty password strings.
550The default is 550The default is
551.Dq no . 551.Dq no .
552.It Cm PermitRootLogin 552.It Cm PermitRootLogin
553Specifies whether the root can log in using 553Specifies whether root can login using
554.Xr ssh 1 . 554.Xr ssh 1 .
555The argument must be 555The argument must be
556.Dq yes , 556.Dq yes ,
@@ -574,6 +574,10 @@ option has been specified
574(which may be useful for taking remote backups even if root login is 574(which may be useful for taking remote backups even if root login is
575normally not allowed). All other authentication methods are disabled 575normally not allowed). All other authentication methods are disabled
576for root. 576for root.
577.Pp
578If this option is set to
579.Dq no
580root is not allowed to login.
577.It Cm PidFile 581.It Cm PidFile
578Specifies the file that contains the process identifier of the 582Specifies the file that contains the process identifier of the
579.Nm 583.Nm