diff options
author | Linnnus <[email protected]> | 2024-12-16 21:18:48 +0100 |
---|---|---|
committer | Linnnus <[email protected]> | 2024-12-16 21:18:48 +0100 |
commit | 4eda0ee87ca694e1bdb6d26d49027487cdc097e5 (patch) | |
tree | 7355147974c10852fbcce821305a0ab53631dc7a /hosts | |
parent | e18423ddfa5705bf2d26d38884fbc1a6e4e9b6fa (diff) |
ahmed: Allow SSH connections from iPhone
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 3c6b7ad..4912bf5 100644 --- a/hosts/ahmed/ssh/default.nix +++ b/hosts/ahmed/ssh/default.nix @@ -14,6 +14,9 @@ users.users = lib.genAttrs ["root" "linus"] (_: { openssh.authorizedKeys.keys = [ metadata.hosts.muhammed.sshPubKey + + # Identity used by Termios on iPhone. + "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIBPbGet0Mn5+HMeRBXeOkSYqGqbefFZ4kE9aYemyDp9D" ]; }); } |