Quantcast
Channel: sshpass: Failed to run command: No such file or directory - Stack Overflow
Browsing all 5 articles
Browse latest View live

Answer by Reddysekhar Gaduputi for sshpass: Failed to run command: No such...

In my case I was using docker container of alpine linux in which openssh was missing so sshpass failing. After installing openssh package it solved.apk add openssh(so just incase if some one faces same)

View Article



Answer by Mathieu de Brito for sshpass: Failed to run command: No such file...

Just write it here : my docker container did not have package lftp installeda simple apt-get install lftp solved this issue.Hope it will help ;)

View Article

Answer by Shaze for sshpass: Failed to run command: No such file or directory

Have you tried this:sshpass -p '$rootPassword' ssh -o 'StrictHostKeyChecking=no' $isRoot@$Host "chmod u+x /home/$USER/Script.sh"

View Article

Answer by Karlo for sshpass: Failed to run command: No such file or directory

$rootPassword,$isRoot, $Host are Jenkins string parametersshpass -p ""$rootPassword"" ssh $isRoot@$Host id; echo $HOME;

View Article

sshpass: Failed to run command: No such file or directory

I'm trying to run a remote sh from Jenkins to change a script to executable, but I take the following error:[-manager_feature_kubernetes-YYLYXREUAV4NHLBACWJHV5YMQFOGHM4SS7G67ASIGYSZZGVS4VBQ] Running...

View Article

Browsing all 5 articles
Browse latest View live




Latest Images