sshd config changes

This commit is contained in:
Chaos 2023-02-09 16:20:45 +00:00
parent b69f3ca63b
commit 966828ba68
No known key found for this signature in database

View file

@ -6,8 +6,8 @@
PasswordAuthentication = false; PasswordAuthentication = false;
KbdInteractiveAuthentication = lib.mkDefault false; KbdInteractiveAuthentication = lib.mkDefault false;
StreamLocalBindUnlink = true; StreamLocalBindUnlink = true;
KexAlgorithms = ["curve25519-sha256@libssh.org"];
LogLevel = "VERBOSE"; LogLevel = "VERBOSE";
}; };
kexAlgorithms = ["curve25519-sha256@libssh.org"];
}; };
} }