summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sshd_config.59
1 files changed, 4 insertions, 5 deletions
diff --git a/sshd_config.5 b/sshd_config.5
index 7e3a2dbfa..77a8354ab 100644
--- a/sshd_config.5
+++ b/sshd_config.5
@@ -33,8 +33,8 @@
33.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 33.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
34.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 34.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
35.\" 35.\"
36.\" $OpenBSD: sshd_config.5,v 1.254 2017/10/09 20:12:51 benno Exp $ 36.\" $OpenBSD: sshd_config.5,v 1.255 2017/10/13 16:50:45 jmc Exp $
37.Dd $Mdocdate: October 9 2017 $ 37.Dd $Mdocdate: October 13 2017 $
38.Dt SSHD_CONFIG 5 38.Dt SSHD_CONFIG 5
39.Os 39.Os
40.Sh NAME 40.Sh NAME
@@ -1189,7 +1189,6 @@ Specifies whether root can log in using
1189The argument must be 1189The argument must be
1190.Cm yes , 1190.Cm yes ,
1191.Cm prohibit-password , 1191.Cm prohibit-password ,
1192.Cm without-password ,
1193.Cm forced-commands-only , 1192.Cm forced-commands-only ,
1194or 1193or
1195.Cm no . 1194.Cm no .
@@ -1198,8 +1197,8 @@ The default is
1198.Pp 1197.Pp
1199If this option is set to 1198If this option is set to
1200.Cm prohibit-password 1199.Cm prohibit-password
1201or 1200(or its deprecated alias,
1202.Cm without-password , 1201.Cm without-password ) ,
1203password and keyboard-interactive authentication are disabled for root. 1202password and keyboard-interactive authentication are disabled for root.
1204.Pp 1203.Pp
1205If this option is set to 1204If this option is set to