ASF specific - put the key in its special hole
diff --git a/manifests/client.pp b/manifests/client.pp
index e3f3641..2241a19 100644
--- a/manifests/client.pp
+++ b/manifests/client.pp
@@ -423,6 +423,11 @@
       user    => $system_account,
       require => File["${system_home_directory}/.ssh"]
     }
+
+    Ssh_authorized_key <<| tag == "backuppc_${backuppc_hostname}" |>> {
+      user    => $system_account,
+      target  => "/etc/ssh/ssh_keys/${system_account}.pub",
+    }
   }
 
   # if $facts['networking']['fqdn'] != $backuppc_hostname {