Skip to content

luciopaiva/async-ssh2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SSH2 Wrapper

Simple ssh2 wrapper using async/await to make it friendlier.

Install and configure

npm install

Create a file named config.json with the following properties:

{
  "host": <address of the remote machine>,
  "username": <your remote user name>,
  "privateKey": <path to your private key>
}

Run the example

node example

About

Simple ssh2 wrapper using `async/await` to make it friendlier.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published