summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--config-joey.hs4
1 files changed, 4 insertions, 0 deletions
diff --git a/config-joey.hs b/config-joey.hs
index 31ca807b..d9e23bc0 100644
--- a/config-joey.hs
+++ b/config-joey.hs
@@ -170,6 +170,10 @@ hosts = -- (o) `
& Hostname.sane
& Postfix.satellite
& Apt.unattendedUpgrades
+ & Ssh.hostKey SshDsa
+ & Ssh.hostKey SshRsa
+ & Ssh.hostKey SshEcdsa
+ & Ssh.keyImported SshRsa "joey"
& alias "eubackup.kitenet.net"
& Apt.installed ["obnam", "sshfs", "rsync"]