services.openssh.sftpFlags

NixOS option

Commandline flags to add to sftp-server.

type: list of string
Default
[ ]
Example
[
  "-f AUTHPRIV"
  "-l INFO"
]
declared in: nixos/modules/services/networking/ssh/sshd.nixView source on NixOS/nixpkgs →