summaryrefslogtreecommitdiff
path: root/config-joey.hs
diff options
context:
space:
mode:
authorJoey Hess2014-06-06 21:51:00 -0400
committerJoey Hess2014-06-06 21:51:00 -0400
commitd832ef93d68e3b15d71ea4cf990d94f741ca3141 (patch)
treef8ed094809563c0b5d65144adb5203ed6f233575 /config-joey.hs
parente144f74a04476928dc8bc96d2bcbb2578f79e370 (diff)
propellor spin
Diffstat (limited to 'config-joey.hs')
-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"]