mirror of
https://github.com/roles-ansible/ansible_role_sshd.git
synced 2024-08-16 11:59:49 +02:00
12 lines
146 B
YAML
12 lines
146 B
YAML
---
|
|
sshd__service: sshd
|
|
sshd__key_types_list:
|
|
- ed25519
|
|
- rsa
|
|
- ecdsa
|
|
- dsa
|
|
|
|
sshd__xauth:
|
|
- xorg-xauth
|
|
|
|
sshd__package: 'openssh-server'
|