We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6bbca15 commit e740c41Copy full SHA for e740c41
src/ssh.cxx
@@ -66,7 +66,7 @@ void svCreateSSHConnection (void * data)
66
if (itm == NULL)
67
return;
68
69
- std::string sshCheck = "which " + app->sshCommand + "5 > /dev/null";
+ std::string sshCheck = "which " + app->sshCommand + " > /dev/null";
70
71
// first check to see if the ssh command is working
72
if (system(sshCheck.c_str()) != 0)
0 commit comments