0.0.6 • Published 9 years ago
nodetomato v0.0.6
nodetomato
A tool to au🍅 your servers
Inspired by nodemiral.
SSH
ssh.js is a promise-based SSH client based on ssh2.
- Create the SSH client with
new, passing aconfigobject documented here and optionally alogger. - You can then execute commands through this connection. Take a look in the
examplesdirectory.