TimothyYe / skm

A simple and powerful SSH keys manager
https://timothyye.github.io/skm
MIT License
954 stars 54 forks source link

Restic integration #4

Closed zerok closed 6 years ago

zerok commented 6 years ago

Hi :)

First of all thank you very much for creating this! Finally an easy way for me to switch between multiple SSH keys without getting a headache 😄

Would it perhaps make sense to use restic for creating and restoring backups as an alternative to the tgz approach? I've been doing that recently with https://github.com/zerok/clocked and it worked extremely well so far 😄

TimothyYe commented 6 years ago

Hi @zerok ,

Do you mean https://github.com/restic/restic ?
I'll investigate it and try to integrate it.

zerok commented 6 years ago

Yes, exactly. Thank you :) Depending on my current workload I might find time to at least prepare a little proof-of-concept PR :)

TimothyYe commented 6 years ago

@zerok Thanks!

zerok commented 6 years ago

@TimothyYe Sorry for taking so long with this. During the last couple of days I've finally found some time for hacking on skm. Before working on restic support I've made some changes to make testing and adding new key types (esp. ed25519) easier. With some luck I should have a PR for that ready within the new two days or so. Once that's done, I want to start working on restic support :)