summaryrefslogtreecommitdiff
path: root/joeyconfig.hs
diff options
context:
space:
mode:
authorJoey Hess2020-02-16 12:37:08 -0400
committerJoey Hess2020-02-16 12:37:08 -0400
commitfcb98514d3ba9f0c7a194017aca2e3257adcd43a (patch)
tree74f383e13b81465891336d95c2103f6044e87e00 /joeyconfig.hs
parent7bbca7f8340c59f24d4c2ebc69c4880163e9457f (diff)
parentaa41b17e6e28018c3b50e4ea13e913dadefe5fcf (diff)
Merge branch 'joeyconfig'
Diffstat (limited to 'joeyconfig.hs')
-rw-r--r--joeyconfig.hs3
1 files changed, 3 insertions, 0 deletions
diff --git a/joeyconfig.hs b/joeyconfig.hs
index 9f298541..658c02d6 100644
--- a/joeyconfig.hs
+++ b/joeyconfig.hs
@@ -190,6 +190,9 @@ honeybee = host "honeybee.kitenet.net" $ props
& Ssh.hostKeys hostContext
[ (SshEd25519, "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIIS/hDYq1MAxfOBf49htym3BOYlx4Gk9SDpiHjv7u6IC")
]
+ & Ssh.userKeys (User "joey") hostContext
+ [ (SshEd25519, "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIAYgEgsDmN26goPBGPN0HIvtkZfxlc996nPfBPDWxGuh")
+ ]
& JoeySites.house
(User "joey")