programs.ssh.macs

Specifies the MAC (message authentication code) algorithms in order of preference. The MAC algorithm is used for data integrity protection.

Type
null or (list of string)
Default
null
Example
[
  "hmac-sha2-512-etm@openssh.com"
  "hmac-sha1"
]
Declared
<nixpkgs/nixos/modules/programs/ssh.nix>