diff options
author | 2025-04-27 21:03:39 +0200 | |
---|---|---|
committer | 2025-04-27 21:03:39 +0200 | |
commit | 59cca1435df0af42b6f3ec50fe22fc58d553e3ce (patch) | |
tree | bee5b750b5426a7212fef2484ed1b63070e2dbce /guix/turing.scm | |
parent | Add lovelace ACL key to turing (diff) |
Add Chris' SSH key from lovelaceguix
Diffstat (limited to 'guix/turing.scm')
-rw-r--r-- | guix/turing.scm | 3 |
1 files changed, 2 insertions, 1 deletions
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")))))) |