can't canonicalize ifsr.de

This commit is contained in:
Rouven Seifert 2023-11-20 23:55:55 +01:00
parent ac25ed84b0
commit 614bf653df
Signed by: rouven.seifert
GPG key ID: B95E8FE6B11C4D09

View file

@ -10,14 +10,15 @@ in
controlPersist = "10m"; controlPersist = "10m";
extraConfig = '' extraConfig = ''
CanonicalizeHostname yes CanonicalizeHostname yes
CanonicalDomains agdsn.network ifsr.de CanonicalDomains agdsn.network
PKCS11Provider /run/current-system/sw/lib/libtpm2_pkcs11.so PKCS11Provider /run/current-system/sw/lib/libtpm2_pkcs11.so
IdentityFile ~/.ssh/id_ed25519 IdentityFile ~/.ssh/id_ed25519
VisualHostKey = yes VisualHostKey = yes
''; '';
matchBlocks = { matchBlocks = {
# personal use # personal use
"github.com" = { "git@github.com" = {
match = "Host github.com User git";
identityFile = git; identityFile = git;
}; };
"rfive.de" = { "rfive.de" = {
@ -29,7 +30,7 @@ in
}; };
}; };
# used for nix remote building # used for nix remote building
falkenstein-1 = matchBlocks."rfive.de"; falkenstein = matchBlocks."rfive.de";
"nuc" = { "nuc" = {
hostname = "192.168.42.2"; hostname = "192.168.42.2";
@ -46,7 +47,20 @@ in
hostname = "ifsr.de"; hostname = "ifsr.de";
user = "rouven.seifert"; user = "rouven.seifert";
}; };
"*.ifsr.de" = { "quitte" = {
hostname = "quitte.ifsr.de";
user = "root";
};
"durian" = {
hostname = "durian.ifsr.de";
user = "root";
};
"tomate" = {
hostname = "tomate.ifsr.de";
user = "root";
};
"kaki" = {
hostname = "kaki.ifsr.de";
user = "root"; user = "root";
}; };
"git@ifsr.de" = { "git@ifsr.de" = {