diff options
-rw-r--r-- | sshd_config.5 | 9 |
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 | |||
1189 | The argument must be | 1189 | The 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 , |
1194 | or | 1193 | or |
1195 | .Cm no . | 1194 | .Cm no . |
@@ -1198,8 +1197,8 @@ The default is | |||
1198 | .Pp | 1197 | .Pp |
1199 | If this option is set to | 1198 | If this option is set to |
1200 | .Cm prohibit-password | 1199 | .Cm prohibit-password |
1201 | or | 1200 | (or its deprecated alias, |
1202 | .Cm without-password , | 1201 | .Cm without-password ) , |
1203 | password and keyboard-interactive authentication are disabled for root. | 1202 | password and keyboard-interactive authentication are disabled for root. |
1204 | .Pp | 1203 | .Pp |
1205 | If this option is set to | 1204 | If this option is set to |