We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bec815e commit 584f1c2Copy full SHA for 584f1c2
roles/edpm_sshd/defaults/main.yml
@@ -56,6 +56,7 @@ edpm_sshd_server_options:
56
- 'LC_IDENTIFICATION LC_ALL LANGUAGE'
57
- 'XMODIFIERS'
58
Subsystem: 'sftp /usr/libexec/openssh/sftp-server'
59
+ PrintMotd: 'no'
60
61
# Firewall configuration part
62
edpm_sshd_configure_firewall: true
roles/edpm_sshd/meta/argument_specs.yml
@@ -58,6 +58,7 @@ argument_specs:
edpm_sshd_configure_firewall:
63
type: bool
64
default: false
0 commit comments