Files
gitea-pages/admin-guide/puppet/profiles/ssh_client.rst
2021-05-05 14:24:27 +02:00

1.1 KiB

profile::ssh_client

This profile configures '/etc/ssh/ssh_known_hosts' sshd(8). PSI CA key is added to the 'ssh_known_hosts', in this manner we allow PSI servers to SSH to this host.

Parameters

Name Type Default
allowed_hosts string '*.psi.ch'
canonicalize_hostname bool fa lse
forward_x11 bool

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

Determines whether or not hostnames are canonicalized for psi.ch. See ssh_config(5) for details.

foward_x11

Determines whether ForwardX11 and ForwardX11Trusted should be enabled.