blob: c4569e6c1bff5236ba75ee737a4c5aa9abe56bcc (
plain)
1
2
3
4
5
6
7
8
9
10
|
# 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, -17 = disable)
SSHD_OOM_ADJUST=-17
|