General
This role installs and configures an OpenSSH-Server. It uses Mozilla's Modern Config
Variables
-
sshd_port
: The port sshd should listen on. (Default: 22) -
sshd_permit_root_login
: Allow Root-Login (Default: no) -
sshd_allow_pubkeys
: Allow login with pubkey (Default: yes) -
sshd_allow_passwords
: Allow login with passwords (Default: no) -
sshd_print_motd
: Print the MotD after login (Default: no) -
sshd_agent_forwarding
: Allow Agent-Forwarding (Default: yes) -
sshd_tcp_forwarding
: Allow TCP-Forwarding (Default: yes) -
sshd_x11_forwarding
: Allow X11-Forwarding (Default: yes) -
sshd_listen_addresses
: The addresses sshd should listen on. (Default: 0.0.0.0 and ::)