summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2010-03-05 10:41:45 +1100
committerDamien Miller <djm@mindrot.org>2010-03-05 10:41:45 +1100
commitc6db99ec14f511d8ee5efb3c1fee42ab1ab61c8e (patch)
tree83ca3793a4678ce7136e63aab6e16a81e6d26bae
parent8f6c337563f2217b6704f0f40bed68cee349f8c4 (diff)
- djm@cvs.openbsd.org 2010/03/04 23:17:25
[sshd_config.5] missing word; spotted by jmc@
-rw-r--r--ChangeLog3
-rw-r--r--sshd_config.54
2 files changed, 5 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 1659e324..f8e1d0e2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -9,6 +9,9 @@
- jmc@cvs.openbsd.org 2010/03/04 22:52:40
[ssh-keygen.1]
fix Bk/Ek;
+ - djm@cvs.openbsd.org 2010/03/04 23:17:25
+ [sshd_config.5]
+ missing word; spotted by jmc@
- (tim) [ssh-pkcs11.c] Fix "non-constant initializer" errors in older
compilers. OK djm@
diff --git a/sshd_config.5 b/sshd_config.5
index a0427584..2f541028 100644
--- a/sshd_config.5
+++ b/sshd_config.5
@@ -34,7 +34,7 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.\" $OpenBSD: sshd_config.5,v 1.119 2010/03/04 12:51:25 jmc Exp $
+.\" $OpenBSD: sshd_config.5,v 1.120 2010/03/04 23:17:25 djm Exp $
.Dd $Mdocdate: March 4 2010 $
.Dt SSHD_CONFIG 5
.Os
@@ -896,7 +896,7 @@ To disable TCP keepalive messages, the value should be set to
.Dq no .
.It Cm TrustedUserCAKeys
Specifies a file containing public keys of certificate authorities that are
-trusted sign user certificates for authentication.
+trusted to sign user certificates for authentication.
Keys are listed one per line; empty lines and comments starting with
.Ql #
are allowed.