I thought I fixed you
This commit is contained in:
parent
1d9269126e
commit
984ef44672
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@
|
||||||
# as it is kinda a security concern
|
# as it is kinda a security concern
|
||||||
forwardAgent = false;
|
forwardAgent = false;
|
||||||
# Restrict terminal features (servers don't necessarily have the terminfo for my cutting edge terminal)
|
# Restrict terminal features (servers don't necessarily have the terminfo for my cutting edge terminal)
|
||||||
setEnv = [ "TERM=xterm-256color" ];
|
setEnv.TERM = "xterm-256color";
|
||||||
extraOptions = {
|
extraOptions = {
|
||||||
# Check SSHFP records
|
# Check SSHFP records
|
||||||
VerifyHostKeyDNS = "yes";
|
VerifyHostKeyDNS = "yes";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue