about summary refs log tree commit diff
path: root/nixos/tests/ssh-audit.nix
AgeCommit message (Collapse)AuthorFilesLines
2024-01-19nixos/tests: fix ssh-audit under network-online dep fixJade Lovelace1-0/+1
2023-10-27ssh-audit: add test of audited configurationVictor Engmark1-0/+103
On current nixpkgs, no modifications to the server settings were necessary to pass the audit. However, some of the client algorithms were considered insecure. The client configuration lists all algorithms which were listed as acceptable by `ssh-audit`. This can be used as an example of a configuration currently considered acceptable by `ssh-audit`, and verifies that such a configuration results in a compatible client/server configuration. Beware that this test will continue passing when future versions of `ssh-audit` add support for new algorithms. In other words, the example configuration represents a subset of what the current version of `ssh-audit` would consider acceptable.