Remove ciphers configuration
This commit is contained in:
parent
efc690edc6
commit
2707e7a328
1 changed files with 0 additions and 1 deletions
|
@ -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;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Reference in a new issue