nodetomato
v0.0.6
Published
Server Automation over SSH
Readme
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.
