diff options
author | Collin J. Doering | 2024-05-27 08:49:03 -0400 |
---|---|---|
committer | Collin J. Doering | 2024-05-27 08:49:03 -0400 |
commit | 10c47f382699f41048ca790933977121c0134e54 (patch) | |
tree | 91bf4fea71e620ded2760f877a3a5de8598f0b1a | |
parent | 56e35c36520946a8e78a84f5e503f1fc2d5eae94 (diff) | |
download | guix-north-america-10c47f382699f41048ca790933977121c0134e54.tar.gz |
balg02: Add additional ssh key for user arun
* .guix/guix-na/config/balg02.scm: New ssh key for arun
* .pubkeys/arun-ed25519.pub: New file: Arun's ssh public key
-rw-r--r-- | .guix/guix-na/config/balg02.scm | 4 | ||||
-rw-r--r-- | .pubkeys/arun-ed25519.pub | 1 |
2 files changed, 4 insertions, 1 deletions
diff --git a/.guix/guix-na/config/balg02.scm b/.guix/guix-na/config/balg02.scm index 24e956f..ab17951 100644 --- a/.guix/guix-na/config/balg02.scm +++ b/.guix/guix-na/config/balg02.scm @@ -129,7 +129,9 @@ (allow-agent-forwarding? #t) (authorized-keys `(("auto" ,(local-file "../../../.pubkeys/deploy-key.pub")) - ("arun" ,(local-file "../../../.pubkeys/arun.pub")) + ("arun" + ,(local-file "../../../.pubkeys/arun.pub") + ,(local-file "../../../.pubkeys/arun-ed25519.pub")) ("collin" ,(local-file "../../../.pubkeys/collin.pub")) ("pjotr" ,(local-file "../../../.pubkeys/pjotr-gaeta.pub") diff --git a/.pubkeys/arun-ed25519.pub b/.pubkeys/arun-ed25519.pub new file mode 100644 index 0000000..68ec7f9 --- /dev/null +++ b/.pubkeys/arun-ed25519.pub @@ -0,0 +1 @@ +ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJgYifUhSVZ3RCVCZPAh4VTLUJeCPWcEUsa/TGucRofs arunisaac@systemreboot.net |