programs.ssh.macs

NixOS option

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 in: nixos/modules/programs/ssh.nixView source on NixOS/nixpkgs →