From 2ff561b4f913cf9945cdbffc53dbdf516a4b47d8 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Fri, 14 Feb 2020 21:36:59 -0400 Subject: add my user ssh key on honeybee --- joeyconfig.hs | 3 +++ 1 file changed, 3 insertions(+) (limited to 'joeyconfig.hs') 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") -- cgit v1.2.3