summaryrefslogtreecommitdiffstats
path: root/source/n/openssh/sshd.default
diff options
context:
space:
mode:
Diffstat (limited to 'source/n/openssh/sshd.default')
-rw-r--r--source/n/openssh/sshd.default10
1 files changed, 10 insertions, 0 deletions
diff --git a/source/n/openssh/sshd.default b/source/n/openssh/sshd.default
new file mode 100644
index 000000000..6cab3ba31
--- /dev/null
+++ b/source/n/openssh/sshd.default
@@ -0,0 +1,10 @@
+# Optional arguments to start sshd with.
+#
+# Note that using the -p flag causes any Port directives
+# in sshd_config(5) to be ignored.
+#
+# If you want to run sshd on non-standard port(s), use:
+#SSHD_OPTS="-p 12345 -p 6789"
+#
+# If you want to use non-standard sshd_config, use:
+#SSHD_OPTS="-f /some/other/sshd_config"