I thought I fixed you

This commit is contained in:
Geoffrey Frogeye 2025-04-17 15:22:38 +02:00
parent 1d9269126e
commit 984ef44672
Signed by: geoffrey
GPG key ID: C72403E7F82E6AD8

View file

@ -18,7 +18,7 @@
# as it is kinda a security concern
forwardAgent = false;
# Restrict terminal features (servers don't necessarily have the terminfo for my cutting edge terminal)
setEnv = [ "TERM=xterm-256color" ];
setEnv.TERM = "xterm-256color";
extraOptions = {
# Check SSHFP records
VerifyHostKeyDNS = "yes";