wtf is diffie-hellman-group1-sha1??????
This commit is contained in:
@@ -32,6 +32,11 @@
|
|||||||
services.openssh = {
|
services.openssh = {
|
||||||
enable = true;
|
enable = true;
|
||||||
ports = [ 22 ];
|
ports = [ 22 ];
|
||||||
|
settings = {
|
||||||
|
KexAlgorithms = [ "curve25519-sha256@libssh.org" ];
|
||||||
|
Ciphers = [ "chacha20-poly1305@openssh.com" ];
|
||||||
|
Macs = [ "hmac-sha2-512-etm@openssh.com" ];
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
security.sudo.enable = true;
|
security.sudo.enable = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user