mirror of
https://github.com/skeeto/endlessh.git
synced 2025-12-11 00:33:02 +00:00
committed by
Christopher Wellons
parent
494c68b8d7
commit
cb7ee90cf5
21
util/smf/endlessh.conf
Normal file
21
util/smf/endlessh.conf
Normal file
@@ -0,0 +1,21 @@
|
||||
# The port on which to listen for new SSH connections.
|
||||
Port 22
|
||||
|
||||
# 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 4096
|
||||
|
||||
# Set the detail level for the log.
|
||||
# 0 = Quiet
|
||||
# 1 = Standard, useful log messages
|
||||
# 2 = Very noisy debugging information
|
||||
LogLevel 1
|
||||
Reference in New Issue
Block a user