silverstripe / sspak

Tool for managing bundles of db/assets from Silverstripe environments
http://silverstripe.github.io/sspak/
BSD 3-Clause "New" or "Revised" License
47 stars 34 forks source link

Allow the ssh private key specified #40

Closed mikenz closed 8 years ago

mikenz commented 8 years ago

Allow the SSH Identity file/private key to be passed in as a command line parameter to 'save' and 'load'.

dhensby commented 8 years ago

Looks cool.

Side note: You know you can use ~.ssh/config locally to assign different keys to different hosts without the need for a flag? See http://nerderati.com/2011/03/17/simplify-your-life-with-an-ssh-config-file/ for some examples

Not blocking this, just a comment.

mikenz commented 8 years ago

Yep. Two reasons I found this the prefered option here:

dhensby commented 8 years ago

I'm fairly happy - @sminnee ?

dhensby commented 8 years ago

Thanks