09c37c0269
- /home/.chezmoidata.yaml - /home/.chezmoiscripts/universal/run_onchange_after_28-privoxy.tmpl - /home/.chezmoiscripts/universal/run_onchange_after_27-tor.tmpl - /home/dot_ssh/endlessh/run_onchanges_after_endlessh.tmpl - /home/dot_ssh/endlessh/config.tmpl - /home/.chezmoi.yaml.tmpl - /home/dot_local/config/privoxy.sample - /home/dot_local/config/torrc.sample - /home/dot_local/config/torrc - /home/dot_local/config/privoxy - /software.yml
27 lines
866 B
Cheetah
27 lines
866 B
Cheetah
# The port on which to listen for new SSH connections.
|
|
Port {{ .host.ssh.endlesshPort }}
|
|
|
|
# The endless banner is sent one line at a time. This is the delay
|
|
# in milliseconds between individual lines.
|
|
Delay 10000
|
|
|
|
# The length of each line is randomized. This controls the maximum
|
|
# length of each line. Shorter lines may keep clients on for longer if
|
|
# they give up after a certain number of bytes.
|
|
MaxLineLength 32
|
|
|
|
# Maximum number of connections to accept at a time. Connections beyond
|
|
# this are not immediately rejected, but will wait in the queue.
|
|
MaxClients 1000
|
|
|
|
# Set the detail level for the log.
|
|
# 0 = Quiet
|
|
# 1 = Standard, useful log messages
|
|
# 2 = Very noisy debugging information
|
|
LogLevel 1
|
|
|
|
# Set the family of the listening socket
|
|
# 0 = Use IPv4 Mapped IPv6 (Both v4 and v6, default)
|
|
# 4 = Use IPv4 only
|
|
# 6 = Use IPv6 only
|
|
BindFamily 0
|