- djm@cvs.openbsd.org 2010/03/04 23:17:25

[sshd_config.5]
     missing word; spotted by jmc@
This commit is contained in:
Damien Miller 2010-03-05 10:41:45 +11:00
parent 8f6c337563
commit c6db99ec14
2 changed files with 5 additions and 2 deletions

View File

@ -9,6 +9,9 @@
- jmc@cvs.openbsd.org 2010/03/04 22:52:40 - jmc@cvs.openbsd.org 2010/03/04 22:52:40
[ssh-keygen.1] [ssh-keygen.1]
fix Bk/Ek; 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 - (tim) [ssh-pkcs11.c] Fix "non-constant initializer" errors in older
compilers. OK djm@ compilers. OK djm@

View File

@ -34,7 +34,7 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" 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 $ .Dd $Mdocdate: March 4 2010 $
.Dt SSHD_CONFIG 5 .Dt SSHD_CONFIG 5
.Os .Os
@ -896,7 +896,7 @@ To disable TCP keepalive messages, the value should be set to
.Dq no . .Dq no .
.It Cm TrustedUserCAKeys .It Cm TrustedUserCAKeys
Specifies a file containing public keys of certificate authorities that are 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 Keys are listed one per line; empty lines and comments starting with
.Ql # .Ql #
are allowed. are allowed.