tripleo-ansible/tripleo_ansible/roles/tripleo-sshd/templates/sshd_config_block.j2

10 lines
257 B
Django/Jinja

SyslogFacility AUTHPRIV
AuthorizedKeysFile .ssh/authorized_keys
ChallengeResponseAuthentication no
GSSAPIAuthentication yes
GSSAPICleanupCredentials no
UsePAM yes
UseDNS no
X11Forwarding yes
PasswordAuthentication {{ tripleo_sshd_password_authentication }}