diff options
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")))))) |