Add openssh role
This commit is contained in:
1
roles/openssh/vars/Debian.yaml
Normal file
1
roles/openssh/vars/Debian.yaml
Normal file
@ -0,0 +1 @@
|
||||
---
|
1
roles/openssh/vars/RedHat.yaml
Normal file
1
roles/openssh/vars/RedHat.yaml
Normal file
@ -0,0 +1 @@
|
||||
---
|
9
roles/openssh/vars/Ubuntu.yaml
Normal file
9
roles/openssh/vars/Ubuntu.yaml
Normal 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'
|
Reference in New Issue
Block a user