comment out whole block, maybe we don't need this at all
diff --git a/manifests/client.pp b/manifests/client.pp
index 20a7cce..e3f3641 100644
--- a/manifests/client.pp
+++ b/manifests/client.pp
@@ -425,15 +425,14 @@
     }
   }
 
-  if $facts['networking']['fqdn'] != $backuppc_hostname {
-    @@sshkey { "bpc-${facts['networking']['fqdn']}":
-      name   => $facts['networking']['fqdn'],
-      ensure => $ensure,
-      type   => 'ssh-rsa',
-      key    => $facts['ssh']['rsa']['key'],
-      tag    => "backuppc_sshkeys_${backuppc_hostname}",
-    }
-  }
+  # if $facts['networking']['fqdn'] != $backuppc_hostname {
+  # @@sshkey { "bpc-${facts['networking']['fqdn']}":
+  # ensure => $ensure,
+  # type   => 'ssh-rsa',
+  # key    => $facts['ssh']['rsa']['key'],
+  # tag    => "backuppc_sshkeys_${backuppc_hostname}",
+  # }
+  # }
 
   if $ensure == 'present' {
     @@augeas { "backuppc_host_${config_name}-create":