diff options
author | Jan Dittberner <jandd@cacert.org> | 2016-05-07 23:01:11 +0200 |
---|---|---|
committer | Jan Dittberner <jandd@cacert.org> | 2016-05-07 23:01:11 +0200 |
commit | 989555ee9aa0c4cbd7a2f43641c0943d16ce64af (patch) | |
tree | 50d892d680cac806b55753f0b3d6331a67c55f06 /docs/systems/infra02.rst | |
parent | 117b12689463d1518767fd51c75c154320864ce6 (diff) | |
download | cacert-infradocs-989555ee9aa0c4cbd7a2f43641c0943d16ce64af.tar.gz cacert-infradocs-989555ee9aa0c4cbd7a2f43641c0943d16ce64af.tar.xz cacert-infradocs-989555ee9aa0c4cbd7a2f43641c0943d16ce64af.zip |
Use new directives in host documentation
This commit changes the existing host documents to use the new sslcert
and sshkeys directives. The templates have been adapted to contain
example directives to be filled.
Diffstat (limited to 'docs/systems/infra02.rst')
-rw-r--r-- | docs/systems/infra02.rst | 26 |
1 files changed, 5 insertions, 21 deletions
diff --git a/docs/systems/infra02.rst b/docs/systems/infra02.rst index 76cc3b9..6306528 100644 --- a/docs/systems/infra02.rst +++ b/docs/systems/infra02.rst @@ -203,27 +203,11 @@ Outbound network connections Security ======== -SSH host keys -------------- - -.. index:: - single: SSH host keys; Infra02 - -+-----------+-----------------------------------------------------+ -| Algorithm | Fingerprint | -+===========+=====================================================+ -| RSA | ``86:d5:f8:71:2e:ab:5e:50:5d:f6:37:6b:16:8f:d1:1c`` | -+-----------+-----------------------------------------------------+ -| DSA | ``b4:fb:c2:74:33:eb:cc:f0:3e:31:38:c9:a8:df:0a:f5`` | -+-----------+-----------------------------------------------------+ -| ECDSA | ``79:c4:b8:ff:ef:c9:df:9a:45:07:8d:ab:71:7c:e9:c0`` | -+-----------+-----------------------------------------------------+ -| ED25519 | ``25:d1:c7:44:1c:38:9e:ad:89:32:c7:9c:43:8e:41:c4`` | -+-----------+-----------------------------------------------------+ - -.. seealso:: - - See :doc:`../sshkeys` +.. sshkeys:: + :RSA: 86:d5:f8:71:2e:ab:5e:50:5d:f6:37:6b:16:8f:d1:1c + :DSA: b4:fb:c2:74:33:eb:cc:f0:3e:31:38:c9:a8:df:0a:f5 + :ECDSA: 79:c4:b8:ff:ef:c9:df:9a:45:07:8d:ab:71:7c:e9:c0 + :ED25519: 25:d1:c7:44:1c:38:9e:ad:89:32:c7:9c:43:8e:41:c4 Dedictated user roles --------------------- |