update ssh_client documentation

This commit is contained in:
2023-04-19 11:15:18 +02:00
parent 753746ac26
commit 29e7f1e16c
+9 -10
View File
@@ -12,19 +12,12 @@ Parameters
====================== ======== =============================================
**Name** **Type** **Default**
---------------------- -------- ---------------------------------------------
allowed_hosts string '\*.psi.ch'
canonicalize_hostname bool false
forward_x11 bool
canonicalize_hostname bool hiera('ssh_client::canonicalize_hostname')
forward_x11 bool hiera('ssh_client::forward_x11')
try_host_trust bool hiera('ssh_client::try_host_trust', false)
====================== ======== =============================================
``allowed_hosts``
~~~~~~~~~~~~~~~~~
A string specifying which hosts are allowed to SSH to this machine. By default,
all PSI hosts will be able to connect.
``canonicalize_hostname``
~~~~~~~~~~~~~~~~~~~~~~~~~
@@ -36,3 +29,9 @@ Determines whether or not hostnames are canonicalized for ``psi.ch``. See
~~~~~~~~~~~~~~
Determines whether ``ForwardX11`` and ``ForwardX11Trusted`` should be enabled.
``try_host_trust``
~~~~~~~~~~~~~~~~~
Determines whether the ssh client attemps to authenticate using `HostbasedAuthentication``