added option to append any string (arguments) to the ssh command - #38
Conversation
jedrichards
commented
Sep 13, 2015
Hey thanks! Can we have a test for this? See this test for an example of how we test ssh stuff https://github.com/jedrichards/rsyncwrapper/blob/master/tests/remote-src.js Also could you expand a bit in the readme? Maybe a short sentence or example about when/why this option is useful? What sort of arguments often need to be appended? |
ksere
commented
Sep 13, 2015
Hi, It just appends anything in I used this to fix issues with Windows ports of ssh, which couldn't find things like the knownhosts file, so using something like I will try to figure out "Vows Async BDD" and write a relevant test. |
jedrichards
commented
Sep 13, 2015
Cool, sounds handy. You can probably just copy and paste that test file to create your own. The basic idea is that you set |
added option to append any string (arguments) to the ssh command
jedrichards
commented
Jan 7, 2016
I'm going to merge this now without tests because it looks like it'll help with #37, and add a few tests myself in the next few days then make a new release. Thanks! :) |
ksere
commented
Jan 7, 2016
Hi, sorry i got caught up with other stuff and never got around to write On 7 January 2016 at 12:10, Jed Richards notifications@github.com wrote:
|
No description provided.