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 ]),