diff options
author | Linnnus <[email protected]> | 2025-03-27 20:40:56 +0100 |
---|---|---|
committer | Linnnus <[email protected]> | 2025-03-27 20:40:56 +0100 |
commit | ff55b7f004704f2c43f02447ec57b680f2339a95 (patch) | |
tree | 97b4765bbeb3de1dce7dc49e3576090d8fb21eb1 /hosts | |
parent | c357b1dc4afe4da95a3651f8a922b97a7e67c141 (diff) |
ahmed: Allow SSH connections from SSH key on USB drive
Diffstat (limited to 'hosts')
-rw-r--r-- | hosts/ahmed/ssh/default.nix | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/hosts/ahmed/ssh/default.nix b/hosts/ahmed/ssh/default.nix index 30dba4b..b2c2a0f 100644 --- a/hosts/ahmed/ssh/default.nix +++ b/hosts/ahmed/ssh/default.nix @@ -18,6 +18,9 @@ # Identity used by Termios on iPhone. "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIBPbGet0Mn5+HMeRBXeOkSYqGqbefFZ4kE9aYemyDp9D" + + # Identity on USB stick brought to Japan. + "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIOh0Pdi/J9nZVrw8iMZut5rfV9dUYVuuGb+VPd5t8KVX" ]; }); } |