SSH Hardening by enforcing high-quality encryption

This commit is contained in:
xmm16 2024-12-18 18:33:11 -03:00
commit 2906243c99
No known key found for this signature in database
3 changed files with 25 additions and 5 deletions

View file

@ -147,9 +147,4 @@
enable = true;
};
};
programs.ssh = {
enable = true;
startAgent = true;
};
}