Skip to content
New issue

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

Replace manual SSH with SSH2 package #34

Open
getdave opened this issue Jan 3, 2014 · 0 comments
Open

Replace manual SSH with SSH2 package #34

getdave opened this issue Jan 3, 2014 · 0 comments
Milestone

Comments

@getdave
Copy link
Owner

getdave commented Jan 3, 2014

Currently we build up manual SSH commands and execute them via shelljs. Often this involves quite complex templating and can become confusing. It also doesn't provide that much protection in terms of errors and feedback for the user.

Consider removing all manually executed SSH commands in favour of

https://github.com/mscdex/ssh2

Commands can be executed in series directly on the remote machine via a single SSH connection.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant