summaryrefslogtreecommitdiff
path: root/config-joey.hs
diff options
context:
space:
mode:
authorJoey Hess2014-07-23 11:58:32 -0400
committerJoey Hess2014-07-23 11:58:32 -0400
commitd393b8fc533b29ea44412b5728e3467fd1521254 (patch)
tree70fac7d64a0580f75448f370178b9e5aaaa4d0ba /config-joey.hs
parent7d3c09df5f33e1560e5d4c5b8f3c78a5a588dd5a (diff)
propellor spin
Diffstat (limited to 'config-joey.hs')
-rw-r--r--config-joey.hs2
1 files changed, 2 insertions, 0 deletions
diff --git a/config-joey.hs b/config-joey.hs
index 9a9e036a..2dca6983 100644
--- a/config-joey.hs
+++ b/config-joey.hs
@@ -105,6 +105,7 @@ hosts = -- (o) `
`requires` Gpg.keyImported "98147487" "root"
`requires` Ssh.keyImported SshRsa "root"
(Context "kite.kitenet.net")
+ `requires` Ssh.knownHost hosts "eubackup.kitenet.net" "root"
-- & alias "smtp.kitenet.net" -- not yet live!
-- & alias "imap.kitenet.net" -- not yet live!
@@ -188,6 +189,7 @@ hosts = -- (o) `
& Postfix.satellite
& Apt.unattendedUpgrades
& Ssh.hostKeys ctx
+ & sshPubKey "ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBAJkoPRhUGT8EId6m37uBdYEtq42VNwslKnc9mmO+89ody066q6seHKeFY6ImfwjcyIjM30RTzEwftuVNQnbEB0="
& Ssh.keyImported SshRsa "joey" ctx
& Apt.serviceInstalledRunning "swapspace"