some ssh match blocks

This commit is contained in:
John Lancaster
2026-07-05 19:11:53 -05:00
parent 68f40feffb
commit b37ee5777d
+18
View File
@@ -231,6 +231,7 @@ in
ServerAliveInterval = 60;
ServerAliveCountMax = 3;
TCPKeepAlive = "yes";
ConnectTimeout = 3;
PubkeyAuthentication = "yes";
PasswordAuthentication = "no";
@@ -256,6 +257,23 @@ in
}
]
);
"gitea" = {
HostName = "192.168.1.104";
User = "john";
};
"janus" = {
HostName = "fded:fb16:653e:25da:be24:11ff:fe6b:4d57";
User = "root";
};
"hermes" = {
HostName = "192.168.1.150";
User = "root";
};
"jdl-docker" = {
HostName = "jdl-docker.tailcf205.ts.net";
User = "john";
};
};
};
};