From 00144661201848d430aca38ab1ee7a40c1a2646d Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Thu, 6 Apr 2023 22:56:20 -0300 Subject: Feat: sshd: setup sshguard --- manifests/subsystem/sshd.pp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/manifests/subsystem/sshd.pp b/manifests/subsystem/sshd.pp index dd0968b..fddf552 100644 --- a/manifests/subsystem/sshd.pp +++ b/manifests/subsystem/sshd.pp @@ -4,6 +4,10 @@ class nodo::subsystem::sshd { if $manage == true { include ::sshd + package { 'sshguard': + ensure => present, + } + # Add the localhost ssh key, useful when one needs # to ssh to localhost. sshkey { [ 'localhost', '127.0.0.1' ]: -- cgit v1.2.3