summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2015-10-05 16:11:31 +0900
committerSam Thursfield <sam.thursfield@codethink.co.uk>2015-10-12 14:24:30 +0000
commit3c42eedf364b1cc65f4a8fc4c58837e3e4a89ec9 (patch)
tree2bd08a79f503049bb36f55f3289de4c000a50925
parent0d9c1ba8f4a5ff21e4d41677a60b99164479d66a (diff)
downloaddefinitions-3c42eedf364b1cc65f4a8fc4c58837e3e4a89ec9.tar.gz
Build OpenSSH --with-pam
Using PAM is the preferred authentication with logind Change-Id: I734bc56db2cd545a4921f4289902204658be7431
-rw-r--r--strata/foundation/openssh.morph3
1 files changed, 2 insertions, 1 deletions
diff --git a/strata/foundation/openssh.morph b/strata/foundation/openssh.morph
index 6c759cb0..45339156 100644
--- a/strata/foundation/openssh.morph
+++ b/strata/foundation/openssh.morph
@@ -7,7 +7,8 @@ configure-commands:
--prefix="$PREFIX" --sysconfdir=/etc/ssh \
--datadir="$PREFIX/share/sshd" \
--libexecdir="$PREFIX/lib/openssh" \
- --with-privsep-path=/var/lib/sshd
+ --with-privsep-path=/var/lib/sshd \
+ --with-pam
build-commands:
- make
- |