summaryrefslogtreecommitdiff
path: root/sshd_config.5
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2006-03-15 11:55:31 +1100
committerDamien Miller <djm@mindrot.org>2006-03-15 11:55:31 +1100
commit1faa7133233075776c83a71b427d19e35790280e (patch)
tree949f039e871a86e7689a93a78be36101bd2f59f3 /sshd_config.5
parentc7d5b5e4662b5c4d78639b9bfed642917f775da4 (diff)
- jmc@cvs.openbsd.org 2006/02/24 20:22:16
[ssh-keysign.8 ssh_config.5 sshd_config.5] some consistency fixes;
Diffstat (limited to 'sshd_config.5')
-rw-r--r--sshd_config.56
1 files changed, 3 insertions, 3 deletions
diff --git a/sshd_config.5 b/sshd_config.5
index e0768230e..caeddf603 100644
--- a/sshd_config.5
+++ b/sshd_config.5
@@ -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_config.5,v 1.49 2006/02/24 10:33:54 jmc Exp $ 37.\" $OpenBSD: sshd_config.5,v 1.50 2006/02/24 20:22:16 jmc Exp $
38.Dd September 25, 1999 38.Dd September 25, 1999
39.Dt SSHD_CONFIG 5 39.Dt SSHD_CONFIG 5
40.Os 40.Os
@@ -153,7 +153,7 @@ authentication is allowed.
153This option is only available for protocol version 2. 153This option is only available for protocol version 2.
154By default, no banner is displayed. 154By default, no banner is displayed.
155.It Cm ChallengeResponseAuthentication 155.It Cm ChallengeResponseAuthentication
156Specifies whether challenge response authentication is allowed. 156Specifies whether challenge-response authentication is allowed.
157All authentication styles from 157All authentication styles from
158.Xr login.conf 5 158.Xr login.conf 5
159are supported. 159are supported.
@@ -291,7 +291,7 @@ Note that this option applies to protocol version 2 only.
291.It Cm HostbasedAuthentication 291.It Cm HostbasedAuthentication
292Specifies whether rhosts or /etc/hosts.equiv authentication together 292Specifies whether rhosts or /etc/hosts.equiv authentication together
293with successful public key client host authentication is allowed 293with successful public key client host authentication is allowed
294(hostbased authentication). 294(host-based authentication).
295This option is similar to 295This option is similar to
296.Cm RhostsRSAAuthentication 296.Cm RhostsRSAAuthentication
297and applies to protocol version 2 only. 297and applies to protocol version 2 only.