1
0
Fork 0
mirror of https://github.com/roles-ansible/ansible_collection_users.git synced 2024-08-16 10:29:50 +02:00
ansible_collection_users/roles/sshd/vars/sshd_fedora.yml
2024-02-15 02:51:39 +01:00

12 lines
198 B
YAML

---
l3d_users__sshd_service: 'sshd'
l3d_users__sshd_key_types_list:
- 'ed25519'
- 'rsa'
- 'ecdsa'
- 'dsa'
l3d_users__sshd_xauth:
- 'xorg-xauth'
l3d_users__sshd_package: 'openssh-server'