You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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.
The text was updated successfully, but these errors were encountered: