diff options
Diffstat (limited to 'debian/openssh-server.default')
-rw-r--r-- | debian/openssh-server.default | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/debian/openssh-server.default b/debian/openssh-server.default new file mode 100644 index 000000000..9680d3427 --- /dev/null +++ b/debian/openssh-server.default | |||
@@ -0,0 +1,11 @@ | |||
1 | # Default settings for openssh-server. This file is sourced by /bin/sh from | ||
2 | # /etc/init.d/ssh. | ||
3 | |||
4 | # Options to pass to sshd | ||
5 | SSHD_OPTS= | ||
6 | |||
7 | # OOM-killer adjustment for sshd (see | ||
8 | # linux/Documentation/filesystems/proc.txt; lower values reduce likelihood | ||
9 | # of being killed, while -17 means the OOM-killer will ignore sshd; set to | ||
10 | # the empty string to skip adjustment) | ||
11 | SSHD_OOM_ADJUST=-17 | ||