16 lines
455 B
Text
16 lines
455 B
Text
Index: util/smf/endlessh.conf
|
|
--- util/smf/endlessh.conf.orig
|
|
+++ util/smf/endlessh.conf
|
|
@@ -1,5 +1,5 @@
|
|
# The port on which to listen for new SSH connections.
|
|
-Port 22
|
|
+Port 2222
|
|
|
|
# The endless banner is sent one line at a time. This is the delay
|
|
# in milliseconds between individual lines.
|
|
@@ -24,4 +24,4 @@ LogLevel 1
|
|
# 0 = Use IPv4 Mapped IPv6 (Both v4 and v6, default)
|
|
# 4 = Use IPv4 only
|
|
# 6 = Use IPv6 only
|
|
-BindFamily 0
|
|
+BindFamily 4
|