Hacker News new | ask | show | jobs
Ssh2-promise (npmjs.com)
1 points by sanketbajoria 3123 days ago
1 comments

ssh2-promise is a promise wrapper around ssh2 client. It supports all the ssh2 client operation such as connection hopping, exec, spawn, shell, sftp, open tunnel, open socks connection etc.. in promisify way. It also help in caching the sshconnection, to reduce time, during hopping connection. It also have reconnect logic, so that, once disconnected, it can retry the sshconnection.