quantumsheep / sshs

Terminal user interface for SSH
MIT License
910 stars 27 forks source link

Sync .ssh/config with private gist #11

Closed SingHar closed 2 years ago

SingHar commented 2 years ago

Feature Request

Is it possible to sync config file with a private gist on github / gitlab / private gitlab server for easy sync between machines?

Thanks in advance

quantumsheep commented 2 years ago

I don't think that's a feature that would fit in sshs. However you could make a script that runs periodically with Crontab, synchronizing with the gist using HTTP requests to GitHub.