Update ssh settings with pendulum

This commit is contained in:
Nathan McCarty 2023-06-04 10:28:40 -04:00
parent f2989645d4
commit 04a4ad2eac
Signed by: thatonelutenist
SSH Key Fingerprint: SHA256:hwQEcmak9E6sdU9bXc98RHw/Xd1AhpB5HZT7ZSVJkRM
2 changed files with 10 additions and 0 deletions

View File

@ -54,6 +54,11 @@ with lib; {
user = "nathan";
hostname = "100.99.69.14";
};
"pendulum" = {
forwardAgent = true;
user = "nathan";
hostname = "100.105.41.106";
};
"de1955" = {
user = "de1955";
hostname = "de1955.rsync.net";

View File

@ -45,6 +45,11 @@ with builtins; rec {
key =
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAICILeBcpPVs12pDnsOPyDVwnwReCbrqzXMF+cV5bWCCa nathan@fusion";
};
# pendulum key
"pendulum" = {
key =
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAICIDzy3m10s1sciUCfT1B/IzHeyOenHBxp47jkVrhBfm nathan@pendulum";
};
};
signingKeys = {
# Git automation bot