nodetomato
v0.0.6
Published
Server Automation over SSH
Downloads
2
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 aconfig
object documented here and optionally alogger
. - You can then execute commands through this connection. Take a look in the
examples
directory.