Skip to content

Endlessh go

services.endlessh-go.enable

Whether to enable endlessh-go service. Type: boolean

Default

false

Example

true

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

services.endlessh-go.extraOptions

Additional command line options to pass to the endlessh-go daemon.

Type: list of string

Default

[ ]

Example

["-conn_type=tcp4""-max_clients=8192"]

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

services.endlessh-go.listenAddress

Interface address to bind the endlessh-go daemon to SSH connections.

Type: string

Default

"0.0.0.0"

Example

"[::]"

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

services.endlessh-go.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-go.nix

services.endlessh-go.port

Specifies on which port the endlessh-go 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-go.nix

services.endlessh-go.prometheus.enable

Whether to enable Prometheus integration. Type: boolean

Default

false

Example

true

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

services.endlessh-go.prometheus.listenAddress

Interface address to bind the endlessh-go daemon to answer Prometheus queries.

Type: string

Default

"0.0.0.0"

Example

"[::]"

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

services.endlessh-go.prometheus.port

Specifies on which port the endlessh-go daemon listens for Prometheus queries.

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

Default

2112

Example

9119

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