diff options
-rw-r--r-- | manifests/subsystem/sshd.pp | 4 |
1 files changed, 4 insertions, 0 deletions
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' ]: |