--- sshd_service: ssh sshd_packages: - openssh-server - openssh-sftp-server sshd_config_mode: "0644" __sshd_defaults: PasswordAuthentication: no ChallengeResponseAuthentication: no UsePAM: yes X11Forwarding: yes PrintMotd: no AcceptEnv: LANG LC_* Subsystem: "sftp {{ sshd_sftp_server }}" __sshd_os_supported: yes