Add openssh role

This commit is contained in:
2019-03-13 01:48:49 -05:00
parent 4aa5cd77a7
commit 3900e5c4d0
7 changed files with 66 additions and 0 deletions

View File

@ -0,0 +1 @@
---

View File

@ -0,0 +1 @@
---

View File

@ -0,0 +1,9 @@
---
openssh_default_sshd_config:
PasswordAuthentication: 'no'
ChallengeResponseAuthentication: 'no'
UsePAM: 'yes'
X11Forwarding: 'yes'
PrintMotd: 'no'
AcceptEnv: LANG LC_*
Subsystem: 'sftp /usr/lib/openssh/sftp-server'