mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: openssh: Set the default sshd user PATH to something sensible.
* gnu/packages/ssh.scm (openssh)[arguments]: Pass "--with-default-path".
This commit is contained in:
parent
39012aab33
commit
9af4983266
1 changed files with 3 additions and 0 deletions
|
@ -146,6 +146,9 @@ (define-public openssh
|
|||
`(#: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")
|
||||
|
||||
|
|
Loading…
Reference in a new issue