summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2014-10-03 09:24:56 +1000
committerDamien Miller <djm@mindrot.org>2014-10-03 09:24:56 +1000
commite8c9f2602c46f6781df5e52e6cd8413dab4602a3 (patch)
tree80c724ba7db953d3a1c7781c0b18236279ae9a97
parent703b98a26706f5083801d11059486d77491342ae (diff)
downloadopenssh-git-e8c9f2602c46f6781df5e52e6cd8413dab4602a3.tar.gz
- (djm) [sshd_config.5] typo; from Iain Morgan
-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 .