fixed ssh errors, add hashcash, update mail config, update zsh config

This commit is contained in:
Rouven Seifert 2023-09-24 21:32:28 +02:00
parent 5f4dce9a04
commit 6dece01018
Signed by: rouven.seifert
GPG key ID: B95E8FE6B11C4D09
10 changed files with 114 additions and 139 deletions

View file

@ -23,6 +23,9 @@ in
hostname = "falkenstein.vpn.rfive.de";
user = "root";
port = 2222;
extraOptions = {
VerifyHostKeyDNS = "ask";
};
};
falkenstein-1 = matchBlocks."rfive.de";
"durian" = {
@ -41,6 +44,10 @@ in
"quitte" = {
hostname = "quitte.ifsr.de";
user = "root";
extraOptions = {
RequestTTY = "yes";
RemoteCommand = "zsh -i";
};
};
"tomate" = {
hostname = "tomate.ifsr.de";
@ -66,6 +73,7 @@ in
extraConfig = ''
PKCS11Provider /run/current-system/sw/lib/libtpm2_pkcs11.so
IdentityFile ~/.ssh/id_ed25519
VisualHostKey = yes
'';
};
}