Adds ssh aliases

This commit is contained in:
Bailey 2024-01-23 01:39:26 -05:00
parent 4e3d88333d
commit 582d974f70

View file

@ -222,11 +222,11 @@ in
controlMaster = "auto"; controlMaster = "auto";
controlPersist = "5m"; controlPersist = "5m";
matchBlocks = { matchBlocks = {
"jellydonut sol pegasi" = { "jellydonut sol pegasi gallifrey" = {
forwardAgent = true; forwardAgent = true;
hostname = "%h.gg.lan"; hostname = "%h.gg.lan";
}; };
"freedom" = { "freedom shell" = {
user = "wasv"; user = "wasv";
forwardAgent = true; forwardAgent = true;
hostname = "%h.csh.rit.edu"; hostname = "%h.csh.rit.edu";