Add ssh hosts

This commit is contained in:
Benjamin Bädorf 2021-10-31 01:06:50 +02:00
parent 097d89d2b2
commit 64e1a4583f
No known key found for this signature in database
GPG key ID: 4406E80E13CD656C

View file

@ -20,13 +20,31 @@ in
matchBlocks = { matchBlocks = {
"git.b12f.io" = { "git.b12f.io" = {
hostname = "git.b12f.io"; hostname = "git.b12f.io";
port = 2222;
user = "git"; user = "git";
port = 2222;
}; };
"aur.archlinux.org" = { "aur.archlinux.org" = {
user = "aur"; user = "aur";
}; };
"leavieler.art" = {
hostname = "web5svsvy.wh.hosting.zone";
user = "web5svsvy_cgzqa3";
port = 2244;
};
"benjaminbaedorf.eu" = {
hostname = "web5svsvy.wh.hosting.zone";
user = "web5svsvy_cgzqa3";
port = 2244;
};
"miom.space" = {
hostname = "web7dgkba.wh.hosting.zone";
user = "web7dgkba_c9em8f";
port = 2244;
};
}; };
}; };