]> andersk Git - openssh.git/commitdiff
- stevesk@cvs.openbsd.org 2001/03/04 11:04:41
authormouring <mouring>
Mon, 5 Mar 2001 07:40:40 +0000 (07:40 +0000)
committermouring <mouring>
Mon, 5 Mar 2001 07:40:40 +0000 (07:40 +0000)
     [sshd.8]
     small cleanup and clarify for PermitRootLogin; ok markus@

ChangeLog
sshd.8

index 8e80d40d88803fb14a6e8ba561df99f51425e8f1..718fdbdf1b8d0a3e2d5ba248677d97cdf4f0cd10 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
    - stevesk@cvs.openbsd.org 2001/03/04 10:57:53
      [ssh.c]
      add -m to usage; ok markus@
+   - stevesk@cvs.openbsd.org 2001/03/04 11:04:41
+     [sshd.8]
+     small cleanup and clarify for PermitRootLogin; ok markus@
 
 20010304
  - (bal) Remove make-ssh-known-hosts.1 since it's no longer valid.
diff --git a/sshd.8 b/sshd.8
index ab012b450d01247703b22255997288bb0d90c0e8..fadfe6ba3620b55e50b49ee124385599f19d2b67 100644 (file)
--- a/sshd.8
+++ b/sshd.8
@@ -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.8,v 1.99 2001/03/02 18:54:31 deraadt Exp $
+.\" $OpenBSD: sshd.8,v 1.100 2001/03/04 11:04:41 stevesk Exp $
 .Dd September 25, 1999
 .Dt SSHD 8
 .Os
@@ -550,7 +550,7 @@ server allows login to accounts with empty password strings.
 The default is
 .Dq no .
 .It Cm PermitRootLogin
-Specifies whether the root can log in using
+Specifies whether root can login using
 .Xr ssh 1 .
 The argument must be
 .Dq yes ,
@@ -574,6 +574,10 @@ option has been specified
 (which may be useful for taking remote backups even if root login is
 normally not allowed). All other authentication methods are disabled
 for root.
+.Pp
+If this option is set to
+.Dq no
+root is not allowed to login.
 .It Cm PidFile
 Specifies the file that contains the process identifier of the
 .Nm
This page took 0.640597 seconds and 5 git commands to generate.