daveallie / entangler

Two way file syncer using platform native notify
MIT License
8 stars 6 forks source link

Add option for custom SSH config #19

Closed joshuay03 closed 6 months ago

joshuay03 commented 6 months ago

Adds a -c or --config option to use a custom SSH config on initial rsync and on subsequent changes.

~This assumes that you have a default SSH config when not using this option but I think most machines will have one by default.~

Tested locally :)

@ghiculescu