fix(ssh): keep the gcd-etwas host

This commit is contained in:
EinEtwas 2024-10-27 15:38:47 +01:00
parent f1ae8f0344
commit 4775fe24c1
Signed by: etwas
SSH key fingerprint: SHA256:bHhIeAdn/2k9jmOs6+u6ox98VYmoHUN3HfnpV2w8Ws0

View file

@ -10,6 +10,14 @@
}; };
"gcd-etwas" = { "gcd-etwas" = {
host = "gcd-etwas";
hostname = "git.catgirl.dog";
identityFile = [ "/home/rhea/.ssh/id_gcd_etwas" ];
user = "git";
port = 222;
};
"gcd-etwas-fullurl" = {
host = "git.catgirl.dog"; host = "git.catgirl.dog";
hostname = "git.catgirl.dog"; hostname = "git.catgirl.dog";
identityFile = [ "/home/rhea/.ssh/id_gcd_etwas" ]; identityFile = [ "/home/rhea/.ssh/id_gcd_etwas" ];