We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Either create a new task, or extend run, in order to allow remote execution of commands using SSH.
run
We could use https://npmjs.org/package/ssh2 for this.
There is a $10 open bounty on this issue. Add to the bounty at Bountysource.
The text was updated successfully, but these errors were encountered:
Hello IU,
I wrote a first pass: https://github.com/stackstack/autofile-runssh/
Unfortunately I'm unable to finish before I have to leave work, but I figured I'd show it off anyway.
The ssh2 package's .on('ready') function isn't firing, but the skeleton is there.
This is my first experience with Node.js, I hope it's least helpful!
Sorry, something went wrong.
filipediasf
No branches or pull requests
Either create a new task, or extend
run
, in order to allow remote execution of commands using SSH.We could use https://npmjs.org/package/ssh2 for this.
There is a $10 open bounty on this issue. Add to the bounty at Bountysource.
The text was updated successfully, but these errors were encountered: