Skip to content

Endlessh

services.endlessh.enable

Whether to enable endlessh service. Type: boolean

Default

false

Example

true

Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/security/endlessh.nix

services.endlessh.extraOptions

Additional command line options to pass to the endlessh daemon.

Type: list of string

Default

[ ]

Example

["-6""-d 9000""-v"]

Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/security/endlessh.nix

services.endlessh.openFirewall

Whether to open a firewall port for the SSH listener.

Type: boolean

Default

false

Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/security/endlessh.nix

services.endlessh.port

Specifies on which port the endlessh daemon listens for SSH connections.

Setting this to 22 may conflict with {option}services.openssh.

Type: 16 bit unsigned integer; between 0 and 65535 (both inclusive)

Default

2222

Example

22

Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/security/endlessh.nix