From 3c42eedf364b1cc65f4a8fc4c58837e3e4a89ec9 Mon Sep 17 00:00:00 2001 From: Tristan Van Berkom Date: Mon, 5 Oct 2015 16:11:31 +0900 Subject: Build OpenSSH --with-pam Using PAM is the preferred authentication with logind Change-Id: I734bc56db2cd545a4921f4289902204658be7431 --- strata/foundation/openssh.morph | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 - | -- cgit v1.2.1