Skip to content

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

License

Notifications You must be signed in to change notification settings

egoist/sync-ssh-key

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Sponsor this project

 

Packages

No packages published