Add srcpub alias to ssh

This commit is contained in:
Greg Hellings
2025-05-19 09:53:35 -05:00
parent 9a7deffe4d
commit 7fde53230c
2 changed files with 11 additions and 6 deletions
+5
View File
@@ -43,6 +43,11 @@
user = "gitlab";
hostname = "git.thehellings.lan";
};
srcpub = {
user = "gitlab";
hostname = "src.thehellings.com";
port = 2222;
};
ivr = {
user = "git";
hostname = "gitlab.com";