diff --git a/options.html b/options.html index d41113b5d..ce050a353 100644 --- a/options.html +++ b/options.html @@ -5726,6 +5726,8 @@ for supported values.
Type: YAML va <home-manager/modules/programs/sqls.nix>
programs.ssh.enable
Whether to enable SSH client configuration.
Type: boolean
Default: false
Example: true
Declared by:
<home-manager/modules/programs/ssh.nix>
+ |
programs.ssh.package
The openssh package to use.
Type: package
Default: pkgs.openssh
Declared by:
+ <home-manager/modules/programs/ssh.nix>
|
programs.ssh.compression
Specifies whether to use compression.
Type: boolean
Default: false
Declared by:
<home-manager/modules/programs/ssh.nix>
|
programs.ssh.controlMaster
Configure sharing of multiple sessions over a single network connection.
Type: one of "yes", "no", "ask", "auto", "autoask"
Default: "no"
Declared by:
|