Closed sckott closed 10 years ago
Status 127 is command not found. Maybe path to ssh not set up correctly? Any chance this is on yosemite?
The person is on Windows 8, I'll see if they have ssh
They don't have ssh
. What's best practice for Windows users to get ssh?
Maybe through cygwin? I know putty is fairly popular, but I don't know if it has a command line client.
Right, I asked the person to install one of those.
We do have cli_tools()
function to check for ssh
and scp
and stop with warning if they don't have it. Should we employ that function to give a more meaningful error message to those w/o ssh
/scp
Yes, definitely! I think they got a bit lost in the refactoring
Okay, added cli_tools()
check for scp and ssh here https://github.com/sckott/analogsea/commit/abe707fcb878d7190a1868bd147383454e15302a
He did