aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Johannes Christ <[email protected]>2025-04-27 21:03:39 +0200
committerGravatar Johannes Christ <[email protected]>2025-04-27 21:03:39 +0200
commit59cca1435df0af42b6f3ec50fe22fc58d553e3ce (patch)
treebee5b750b5426a7212fef2484ed1b63070e2dbce
parentAdd lovelace ACL key to turing (diff)
Add Chris' SSH key from lovelaceguix
-rw-r--r--guix/ssh-keys/chris-lovelace.pub1
-rw-r--r--guix/turing.scm3
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"))))))