ssh config tweaks

This commit is contained in:
Nathan McCarty 2025-02-05 16:03:28 -05:00
parent 9a3060a29f
commit 8abea80094

View file

@ -18,6 +18,13 @@
controlPersist = "10m"; controlPersist = "10m";
# Configure known hosts # Configure known hosts
matchBlocks = { matchBlocks = {
"static.stranger.systems" = {
hostname = "129.153.226.221";
user = "ubuntu";
};
"git.stranger.systems" = {
user = "ubuntu";
};
}; };
}; };
} }