feat: added ssh config entries to all bf lx hosts
All checks were successful
ci / treefmt (push) Successful in 2m43s

This commit is contained in:
Ceferino Patino 2026-06-15 15:47:26 -05:00
commit 9d8f0aed4f
Signed by: c4patino
SSH key fingerprint: SHA256:Wu+cU1t+7zVT9wzew/4meNmeulo66NzMqc22MdDBgXI

View file

@ -29,6 +29,47 @@ in {
IdentityFile = "~/.ssh/id_ed25519-mutualofomaha";
IdentitiesOnly = true;
};
"lx*" = {
ControlMaster = "no";
ControlPath = "none";
ControlPersist = "no";
};
"xprn-cat" = {
User = "pgia100";
HostName = "lx122";
};
"xprn-prod" = {
User = "pgia100";
HostName = "lx185";
};
"compass-itg" = {
User = "pgia100";
HostName = "lx14988";
};
"compass-cat" = {
User = "pgia100";
HostName = "lx15031";
};
"compass-pfix" = {
User = "pgia100";
HostName = "lx15322";
};
"compass-prod" = {
User = "pgia100";
HostName = "15282";
};
"compass-compile" = {
User = "pgia100";
HostName = "lx14413";
};
"forms-nonprod" = {
User = "pgia100";
HostName = "lx21039";
};
"forms-prod" = {
User = "pgia100";
HostName = "lx147";
};
};
sops.secrets = let