1
0
Fork 0
mirror of https://github.com/roles-ansible/ansible_role_sshd.git synced 2024-08-16 11:59:49 +02:00
ansible_role_sshd/vars/sshd_default.yml

13 lines
145 B
YAML
Raw Permalink Normal View History

2018-11-16 11:44:36 +01:00
---
2020-08-04 15:07:02 +02:00
sshd__service: ssh
sshd__key_types_list:
2020-03-18 18:15:23 +01:00
- ed25519
- rsa
- ecdsa
- dsa
2020-08-04 15:07:02 +02:00
sshd__xauth:
2020-03-18 11:50:38 +01:00
- xorg-xauth
sshd__package: 'openssh-server'