summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog3
-rw-r--r--sshd_config.52
2 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index d2c7d336..8c64fc44 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+20141003
+ - (djm) [sshd_config.5] typo; from Iain Morgan
+
20141001
- (djm) [openbsd-compat/Makefile.in openbsd-compat/kludge-fd_set.c]
[openbsd-compat/openbsd-compat.h] Kludge around bad glibc
diff --git a/sshd_config.5 b/sshd_config.5
index 6766b57f..fd44abe7 100644
--- a/sshd_config.5
+++ b/sshd_config.5
@@ -303,7 +303,7 @@ This option is only available for protocol version 2.
By default, no banner is displayed.
.It Cm ChallengeResponseAuthentication
Specifies whether challenge-response authentication is allowed (e.g. via
-PAM or though authentication styles supported in
+PAM or through authentication styles supported in
.Xr login.conf 5 )
The default is
.Dq yes .