summaryrefslogtreecommitdiff
path: root/tests/programs-ssh.nix
AgeCommit message (Collapse)Author
2024-06-15ssh: use symlinks for `authorizedKeys` optionsEmily
As explained in the changelog and activation check, the previous implementation had a nasty security bug that made removing a user’s authorized keys effectively a no‐op.
2023-06-08ssh: fix public keys in home directory not workingMichael Hoang
Added `services.openssh.authorizedKeysFiles` option from NixOS.
2023-05-14add testssbh69840
2020-01-21replace list values for types.loaOfDaiderd Jordan
This type has been deprecated in nixpkgs, these options will be replaced with types.attrsOf in the future.
2018-03-06ssh: add basic tests for known hostsDaiderd Jordan