summaryrefslogtreecommitdiff
path: root/roles/sshd/defaults/main.yml
blob: 20c9563c7058d9b7e9e771f48dcce50448a6e385 (plain)
1
2
3
4
5
6
7
8
9
# The user of the role MUST define the version they want to use. If
# it's not what the version of unix_users being used actually
# provides, the role will fail.
sshd_version: null


# Allow SSH server to use `authorized_keys` files? 
sshd_allow_authorized_keys: yes