Remove ciphers configuration

This commit is contained in:
Nathan McCarty 2025-02-12 02:18:08 -05:00
parent efc690edc6
commit 2707e7a328

View file

@ -7,7 +7,6 @@
services.openssh = { services.openssh = {
enable = true; enable = true;
settings = { settings = {
ciphers = ["chacha20-poly1305@openssh.com"];
PermitRootLogin = "no"; PermitRootLogin = "no";
PasswordAuthentication = false; PasswordAuthentication = false;
}; };