diff options
author | 2010-03-04 23:17:25 +0000 | |
---|---|---|
committer | 2010-03-04 23:17:25 +0000 | |
commit | a182ba04ed207cfce5822c1217ab43146851a3d7 (patch) | |
tree | 122190e05851a7f9a52ead346391b44461cd50b2 /usr.bin/ssh/sshd_config.5 | |
parent | fix Bk/Ek; (diff) | |
download | wireguard-openbsd-a182ba04ed207cfce5822c1217ab43146851a3d7.tar.xz wireguard-openbsd-a182ba04ed207cfce5822c1217ab43146851a3d7.zip |
missing word; spotted by jmc@
Diffstat (limited to 'usr.bin/ssh/sshd_config.5')
-rw-r--r-- | usr.bin/ssh/sshd_config.5 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/ssh/sshd_config.5 b/usr.bin/ssh/sshd_config.5 index f3480aa6284..f4772d8bcbb 100644 --- a/usr.bin/ssh/sshd_config.5 +++ b/usr.bin/ssh/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 @@ -897,7 +897,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. |