diff options
-rw-r--r-- | guix/ssh-keys/chris-lovelace.pub | 1 | ||||
-rw-r--r-- | guix/turing.scm | 3 |
2 files changed, 3 insertions, 1 deletions
diff --git a/guix/ssh-keys/chris-lovelace.pub b/guix/ssh-keys/chris-lovelace.pub new file mode 100644 index 0000000..c496d53 --- /dev/null +++ b/guix/ssh-keys/chris-lovelace.pub @@ -0,0 +1 @@ +ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIN9bVRTi9UIihz9B2wRpnsyl/1NqXJXuea6aPrH/h+o2 [email protected] diff --git a/guix/turing.scm b/guix/turing.scm index 45027ba..1ca46fe 100644 --- a/guix/turing.scm +++ b/guix/turing.scm @@ -68,7 +68,8 @@ (openssh-configuration (permit-root-login #f) (password-authentication? #f) - (authorized-keys `(("cj" ,(ssh-key "chris")) + (authorized-keys `(("cj" ,(ssh-key "chris") + ,(ssh-key "chris-lovelace")) ("jc" ,(ssh-key "jc")) ("j" ,(ssh-key "jb") ,(ssh-key "jb2")))))) |