wtf is diffie-hellman-group1-sha1??????

This commit is contained in:
2025-08-20 23:16:59 +03:00
parent 2f0cffa0a1
commit 919f184d88

View File

@@ -32,6 +32,11 @@
services.openssh = {
enable = true;
ports = [ 22 ];
settings = {
KexAlgorithms = [ "curve25519-sha256@libssh.org" ];
Ciphers = [ "chacha20-poly1305@openssh.com" ];
Macs = [ "hmac-sha2-512-etm@openssh.com" ];
};
};
security.sudo.enable = true;