=== SSH === These states manage and configure the ssh client and server. client ------ The client.sls installs openssh-client and managed ssh_config. server ------ The server.sls installs needed openssh-server and openssh-blacklist and manages /etc/ssh/sshd_config. server_disabletcpforwarding --------------------------- Disables TCP-Portforwarding for the SSH-Server init ---- The init.sls includes client and server, so if only ssh is included, client and server will be installed.