ssh: Add default initscript configuration.
authorMatthijs Kooijman <matthijs@stdin.nl>
Tue, 5 May 2009 15:06:45 +0000 (17:06 +0200)
committerMatthijs Kooijman <matthijs@stdin.nl>
Tue, 5 May 2009 15:06:45 +0000 (17:06 +0200)
etc/default/ssh [new file with mode: 0644]

diff --git a/etc/default/ssh b/etc/default/ssh
new file mode 100644 (file)
index 0000000..9680d34
--- /dev/null
@@ -0,0 +1,11 @@
+# Default settings for openssh-server. This file is sourced by /bin/sh from
+# /etc/init.d/ssh.
+
+# Options to pass to sshd
+SSHD_OPTS=
+
+# OOM-killer adjustment for sshd (see
+# linux/Documentation/filesystems/proc.txt; lower values reduce likelihood
+# of being killed, while -17 means the OOM-killer will ignore sshd; set to
+# the empty string to skip adjustment)
+SSHD_OOM_ADJUST=-17