aboutsummaryrefslogtreecommitdiff
path: root/manifests/subsystem/sshd.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/subsystem/sshd.pp')
-rw-r--r--manifests/subsystem/sshd.pp1
1 files changed, 1 insertions, 0 deletions
diff --git a/manifests/subsystem/sshd.pp b/manifests/subsystem/sshd.pp
index 8f87567..cf57f72 100644
--- a/manifests/subsystem/sshd.pp
+++ b/manifests/subsystem/sshd.pp
@@ -10,6 +10,7 @@ class nodo::subsystem::sshd {
password_authentication => hiera('nodo::subsystem::sshd::password_authentication', 'yes'),
shared_ip => hiera('nodo::subsystem::sshd::shared_ip', 'yes'),
tcp_forwarding => hiera('nodo::subsystem::sshd::tcp_forwarding', 'yes'),
+ x11_forwarding => hiera('nodo::subsystem::sshd::x11_forwarding', 'no'),
hardened_ssl => hiera('nodo::subsystem::sshd::hardened_ssl', 'yes'),
print_motd => hiera('nodo::subsystem::sshd::print_motd', 'no'),
ports => hiera('nodo::subsystem::sshd::ports', [ 22 ]),