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_centos.yml

13 lines
146 B
YAML
Raw Permalink Normal View History

2019-02-20 11:54:02 +01:00
---
2020-08-04 15:07:02 +02:00
sshd__service: sshd
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 18:15:23 +01:00
- xorg-xauth
sshd__package: 'openssh-server'