class { 'sshd':
listen_address => $sshd_listen_address,
- password_authentication => $ssh_password_authentication,
- shared_ip => $ssh_shared_ip,
- tcp_forwarding => $ssh_tcp_forwarding,
- hardened_ssl => $ssh_hardened_ssl,
- print_motd => $ssh_print_motd,
+ password_authentication => $sshd_password_authentication,
+ shared_ip => $sshd_shared_ip,
+ tcp_forwarding => $sshd_tcp_forwarding,
+ hardened_ssl => $sshd_hardened_ssl,
+ print_motd => $sshd_print_motd,
}
backupninja::sys { "sys":