From: Eduardo DAVILA Date: Tue, 27 Oct 2020 14:08:33 +0000 (+0100) Subject: ssh-add X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=9e6b5ac1dc552f43c51baf1c405f978b5a069cbf;p=creaToolsTools.git ssh-add --- diff --git a/Linux/scripts/CreaTools-GenerateBinTGZ.sh b/Linux/scripts/CreaTools-GenerateBinTGZ.sh index 1dc5f73..1e1b116 100644 --- a/Linux/scripts/CreaTools-GenerateBinTGZ.sh +++ b/Linux/scripts/CreaTools-GenerateBinTGZ.sh @@ -37,6 +37,11 @@ if [ -e $generationdir ] then +#--------Active SSH agent to the next operations--------------------------------------------------------- + echo "Active SSH agent to copy files to the Cluster:" + ssh-add + + #--------CreaTools-Bin for Package developers--------------------------------------------------------- echo generationdir: