1
1
Fork 0
mirror of https://git.sr.ht/~rouven/nixos-config synced 2025-06-17 22:38:46 +02:00
This commit is contained in:
Rouven Seifert 2024-12-01 18:14:40 +01:00
parent e90c4f2c0d
commit 91f700f9a5
6 changed files with 28 additions and 26 deletions
users/rouven/modules/ssh

View file

@ -73,6 +73,14 @@ in
GSSAPIAuthentication = "yes";
};
};
"gutenberg" = {
hostname = "ftp.agdsn.tu-dresden.de";
user = "r5";
extraOptions = {
VerifyHostKeyDNS = "yes";
GSSAPIAuthentication = "yes";
};
};
"*.agdsn.network" = {
user = "r5";
extraOptions = {