summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@codethink.co.uk>2012-02-27 11:26:26 +0000
committerRichard Maw <richard.maw@codethink.co.uk>2012-02-27 11:27:15 +0000
commitac8cfe8ec568fdfa3e6ac6b7c89484c62127ecf7 (patch)
tree81b95fd1090eefa296194570b6329b72f9f267f4
parent12a93c2dedfa84e7a90f225ad0677602ea851f12 (diff)
downloadopenssh-ac8cfe8ec568fdfa3e6ac6b7c89484c62127ecf7.tar.gz
openssh.morph: set privsep path
ssh still needs some more configuration to be functional The host keys need to be generated at some point
-rw-r--r--openssh.morph2
1 files changed, 1 insertions, 1 deletions
diff --git a/openssh.morph b/openssh.morph
index 3e168a9c..483fcf35 100644
--- a/openssh.morph
+++ b/openssh.morph
@@ -3,7 +3,7 @@
"kind": "chunk",
"configure-commands": [
"autoreconf -if",
- "./configure --prefix=/usr --sysconfdir=/etc/ssh --datadir=/usr/share/sshd --libexecdir=/usr/lib/openssh"
+ "./configure --prefix=/usr --sysconfdir=/etc/ssh --datadir=/usr/share/sshd --libexecdir=/usr/lib/openssh --with-privsep-path=/var/lib/sshd"
],
"build-commands": [
"make"