From aedbf9b8730b99790a49e3a01fbd59388fcc0c93 Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Sat, 1 Mar 2014 12:15:47 +0100 Subject: offload: 'remote-pipe' uses the right SSH key. * guix/scripts/offload.scm (remote-pipe): Pass -i when invoking %LSHG-COMMAND. --- guix/scripts/offload.scm | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'guix/scripts/offload.scm') diff --git a/guix/scripts/offload.scm b/guix/scripts/offload.scm index e48e31547a..5b971302f3 100644 --- a/guix/scripts/offload.scm +++ b/guix/scripts/offload.scm @@ -161,6 +161,10 @@ (define (remote-pipe machine mode command) (lambda () (apply open-pipe* mode %lshg-command "-l" (build-machine-user machine) "-z" + + ;; XXX: Remove '-i' when %LSHG-COMMAND really is lshg. + "-i" (build-machine-private-key machine) + (build-machine-name machine) command)) (lambda args -- cgit v1.2.3