summaryrefslogtreecommitdiff
path: root/sshd_config.5
diff options
context:
space:
mode:
Diffstat (limited to 'sshd_config.5')
-rw-r--r--sshd_config.56
1 files changed, 3 insertions, 3 deletions
diff --git a/sshd_config.5 b/sshd_config.5
index 07e74e2b7..a0427584d 100644
--- a/sshd_config.5
+++ b/sshd_config.5
@@ -34,7 +34,7 @@
34.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 34.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
35.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 35.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
36.\" 36.\"
37.\" $OpenBSD: sshd_config.5,v 1.118 2010/03/04 10:36:03 djm Exp $ 37.\" $OpenBSD: sshd_config.5,v 1.119 2010/03/04 12:51:25 jmc Exp $
38.Dd $Mdocdate: March 4 2010 $ 38.Dd $Mdocdate: March 4 2010 $
39.Dt SSHD_CONFIG 5 39.Dt SSHD_CONFIG 5
40.Os 40.Os
@@ -897,7 +897,7 @@ To disable TCP keepalive messages, the value should be set to
897.It Cm TrustedUserCAKeys 897.It Cm TrustedUserCAKeys
898Specifies a file containing public keys of certificate authorities that are 898Specifies a file containing public keys of certificate authorities that are
899trusted sign user certificates for authentication. 899trusted sign user certificates for authentication.
900Keys are listed one per line, empty lines and comments starting with 900Keys are listed one per line; empty lines and comments starting with
901.Ql # 901.Ql #
902are allowed. 902are allowed.
903If a certificate is presented for authentication and has its signing CA key 903If a certificate is presented for authentication and has its signing CA key
@@ -906,7 +906,7 @@ listed in the certificate's principals list.
906Note that certificates that lack a list of principals will not be permitted 906Note that certificates that lack a list of principals will not be permitted
907for authentication using 907for authentication using
908.Cm TrustedUserCAKeys . 908.Cm TrustedUserCAKeys .
909For more details in certificates, please see the 909For more details on certificates, see the
910.Sx CERTIFICATES 910.Sx CERTIFICATES
911section in 911section in
912.Xr ssh-keygen 1 . 912.Xr ssh-keygen 1 .