diff --git a/options.xhtml b/options.xhtml index 78acd6926..cb83ba055 100644 --- a/options.xhtml +++ b/options.xhtml @@ -66462,68 +66462,21 @@ boolean
programs.ssh.package
+ programs.ssh.enableDefaultConfig
The openssh package to use. By default, the client provided by your system is used.
- -Type: -null or package
- -Default:
-null
Declared by:
-
-
-<home-manager/modules/programs/ssh.nix>
-
- |
programs.ssh.addKeysToAgent
-
-
-When enabled, a private key that is used during authentication will be -added to ssh-agent if it is running (with confirmation enabled if -set to ‘confirm’). The argument must be ‘no’ (the default), ‘yes’, ‘confirm’ -(optionally followed by a time interval), ‘ask’ or a time interval (e.g. ‘1h’).
- -Type: -string
- -Default:
-"no"
Declared by:
-
-
-<home-manager/modules/programs/ssh.nix>
-
- |
programs.ssh.compression
-
-
-Specifies whether to use compression.
+Whether to enable or not the old default config values. +This option will become deprecated in the future.
Type: boolean
Default:
+true
Example:
false
Declared by:
@@ -66537,69 +66490,18 @@ booleanprograms.ssh.controlMaster
+ programs.ssh.package
Configure sharing of multiple sessions over a single network connection.
+The openssh package to use. By default, the client provided by your system is used.
Type: -one of “yes”, “no”, “ask”, “auto”, “autoask”
+null or packageDefault:
-"no"
Declared by:
-
-
-<home-manager/modules/programs/ssh.nix>
-
- |
programs.ssh.controlPath
-
-
-Specify path to the control socket used for connection sharing.
- -Type: -string
- -Default:
-"~/.ssh/master-%r@%n:%p"
Declared by:
-
-
-<home-manager/modules/programs/ssh.nix>
-
- |
programs.ssh.controlPersist
-
-
-Whether control socket should remain open in the background.
- -Type: -string
- -Default:
-"no"
Example:
-"10m"
null
Declared by:
-
-<home-manager/modules/programs/ssh.nix>
-
- |
programs.ssh.forwardAgent
-
-
-Whether the connection to the authentication agent (if any) -will be forwarded to the remote machine.
- -Type: -boolean
- -Default:
-false
Declared by:
-
-
-<home-manager/modules/programs/ssh.nix>
-
- |
programs.ssh.hashKnownHosts
-
-
-Indicates that -ssh(1) -should hash host names and addresses when they are added to -the known hosts file.
- -Type: -boolean
- -Default:
-false
Declared by:
|
@@ -66770,6 +66620,33 @@ DAG of submodule
+ Declared by: +
programs.ssh.matchBlocks.<name>.addKeysToAgent
+
+
+When enabled, a private key that is used during authentication will be +added to ssh-agent if it is running (with confirmation enabled if +set to ‘confirm’). The argument must be ‘no’ (the default), ‘yes’, ‘confirm’ +(optionally followed by a time interval), ‘ask’ or a time interval (e.g. ‘1h’). + +Type: +null or string + +Default:
+ Declared by:
|