0.3.1 • Published 8 years ago

sync-ssh-key v0.3.1

Weekly downloads
3
License
MIT
Repository
github
Last release
8 years ago

sync-ssh-key NPM version NPM downloads

Sync ssh public key to remote server so that you can login without being prompted for a password.

Install

$ npm install --save sync-ssh-key

Usage

const syncTo = require('sync-ssh-key')

syncTo('username:password@ip')
  .then(() => console.log('success'))
  .catch(e => console.log(e.stack))

CLI

Install

$ npm install -g sync-ssh-key

Usage

$ sync-ssh-key username:password@ip

License

MIT © EGOIST

0.3.1

8 years ago

0.3.0

8 years ago

0.2.0

8 years ago

0.1.1

8 years ago

0.1.0

8 years ago