Skip to content

unitpas/syncssh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Console command to help you publish your public ssh keys to remote servers to be able to ssh into them.

NPM

Installation

Install syncssh with npm: npm install -g syncssh

Usage

syncssh -o push 
    - to push the public ssh keys into the cloud
syncssh -o pull
    - on the remote server to add the public ssh key to the authorised_keys

Use custom google cloud function

- Install firebase-tools using: "sudo npm install -g firebase-tools"
- Edit .firebaserc to add your project
- Login using firebase-console
- "firebase deploy --only functions" to deploy the function to google cloud

About

Console command to help you publish your public ssh keys to remote servers to be able to ssh into them

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published