added janus ssh target

This commit is contained in:
John Lancaster
2026-01-03 15:32:26 -06:00
parent 2e5f045bb2
commit cbce55a4fa

View File

@@ -70,6 +70,13 @@
hostname = "192.168.1.129";
user = "root";
};
"janus" = {
hostname = "janus.john-stream.com";
user = "john";
identitiesOnly = true;
identityFile = "~/.ssh/id_ed25519";
certificateFile = "~/.ssh/id_ed25519-cert.pub";
};
"soteria" = {
hostname = "soteria.john-stream.com";
user = "john";