~ruther/guix-local

9af4983266ea1a1fedfe97bb122779322470275b — Ludovic Courtès 9 years ago 39012aa
gnu: openssh: Set the default sshd user PATH to something sensible.

* gnu/packages/ssh.scm (openssh)[arguments]: Pass
"--with-default-path".
1 files changed, 3 insertions(+), 0 deletions(-)

M gnu/packages/ssh.scm
M gnu/packages/ssh.scm => gnu/packages/ssh.scm +3 -0
@@ 146,6 146,9 @@ a server that supports the SSH-2 protocol.")
    `(#:test-target "tests"
      #:configure-flags '("--sysconfdir=/etc"

                          ;; Default value of 'PATH' used by sshd.
                          "--with-default-path=/run/current-system/profile/bin"

                          ;; Enable PAM support in sshd.
                          "--with-pam")