| options/nixos/programs.ssh.askPassword | Program used by SSH to ask for passwords.
|
| options/home-manager/programs.ssh.enable | Whether to enable SSH client configuration.
|
| options/nixos/programs.ssh.macs | Specifies the MAC (message authentication code) algorithms in order of preference
|
| options/nixos/programs.ssh.package | The openssh package to use.
|
| options/home-manager/programs.ssh.extraConfig | Extra configuration.
|
| options/nixos/programs.ssh.ciphers | Specifies the ciphers allowed and their order of preference.
|
| options/home-manager/programs.ssh.package | The openssh package to use
|
| options/darwin/programs.ssh.extraConfig | Extra configuration text loaded in ssh_config
|
| options/nixos/programs.ssh.agentTimeout | How long to keep the private keys in memory
|
| options/nixos/programs.ssh.extraConfig | Extra configuration text prepended to ssh_config
|
| options/nixos/programs.ssh.startAgent | Whether to start the OpenSSH agent when you log in
|
| options/home-manager/programs.ssh.includes | File globs of ssh config files that should be included via the
Include directive
|
| options/home-manager/programs.ssh.matchBlocks | Specify per-host settings
|
| options/nixos/programs.ssh.knownHostsFiles | Files containing SSH host keys to set as global known hosts.
/etc/ssh/ssh_known_hosts (which is
generated by programs.ssh.knownHosts) is
always included.
|
| options/nixos/programs.ssh.enableAskPassword | Whether to configure SSH_ASKPASS in the environment.
|
| options/nixos/programs.ssh.setXAuthLocation | Whether to set the path to xauth for X11-forwarded connections
|
| options/nixos/programs.ssh.knownHosts | The set of system-wide known SSH hosts
|
| options/darwin/programs.ssh.knownHosts | The set of system-wide known SSH hosts
|
| options/nixos/programs.ssh.kexAlgorithms | Specifies the available KEX (Key Exchange) algorithms.
|
| options/nixos/programs.ssh.pubkeyAcceptedKeyTypes | Specifies the key lib.types that will be used for public key authentication.
|
| options/nixos/programs.ssh.hostKeyAlgorithms | Specifies the host key algorithms that the client wants to use in order of preference.
|
| options/nixos/programs.ssh.agentPKCS11Whitelist | A pattern-list of acceptable paths for PKCS#11 shared libraries
that may be used with the -s option to ssh-add.
|
| options/home-manager/programs.ssh.extraOptionOverrides | Extra SSH configuration options that take precedence over any
host specific configuration.
|
| options/nixos/programs.ssh.forwardX11 | Whether to request X11 forwarding on outgoing connections by default
|
| options/home-manager/programs.ssh.enableDefaultConfig | Whether to enable or not the old default config values
|