diff options
Diffstat (limited to 'gnu/machine/ssh.scm')
| -rw-r--r-- | gnu/machine/ssh.scm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/machine/ssh.scm b/gnu/machine/ssh.scm index 0be9ebbc0d7..3e10d984e72 100644 --- a/gnu/machine/ssh.scm +++ b/gnu/machine/ssh.scm | |||
| @@ -178,6 +178,8 @@ shell command with escalated privileges for MACHINE's configuration." | |||
| 178 | (if (string= "root" (machine-ssh-configuration-user | 178 | (if (string= "root" (machine-ssh-configuration-user |
| 179 | (machine-configuration machine))) | 179 | (machine-configuration machine))) |
| 180 | '() | 180 | '() |
| 181 | ;; Use the old setuid-programs location until the remote is likely to | ||
| 182 | ;; have the new /run/privileged one in place. | ||
| 181 | '("/run/setuid-programs/sudo" "-n" "--"))) | 183 | '("/run/setuid-programs/sudo" "-n" "--"))) |
| 182 | 184 | ||
| 183 | (define (managed-host-remote-eval machine exp) | 185 | (define (managed-host-remote-eval machine exp) |
