summaryrefslogtreecommitdiff
path: root/joeyconfig.hs
diff options
context:
space:
mode:
authorJoey Hess2020-02-14 21:36:59 -0400
committerJoey Hess2020-02-14 21:36:59 -0400
commit2ff561b4f913cf9945cdbffc53dbdf516a4b47d8 (patch)
tree84ca47295ce4305b0e7efe5d9771b4f778a82565 /joeyconfig.hs
parent671c70b2457ca30b32143e191eea60b6cc196802 (diff)
add my user ssh key on honeybee
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")