projects
/
matthijs
/
servers
/
drsnuggles.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
033368a
)
ssh: Add default initscript configuration.
author
Matthijs Kooijman
<matthijs@stdin.nl>
Tue, 5 May 2009 15:06:45 +0000
(17:06 +0200)
committer
Matthijs Kooijman
<matthijs@stdin.nl>
Tue, 5 May 2009 15:06:45 +0000
(17:06 +0200)
etc/default/ssh
[new file with mode: 0644]
patch
|
blob
diff --git a/etc/default/ssh
b/etc/default/ssh
new file mode 100644
(file)
index 0000000..
9680d34
--- /dev/null
+++ b/
etc/default/ssh
@@ -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