codekitchen / fsevents_to_vm

forward OS X file system events to a VM, designed for use with Dinghy
MIT License
22 stars 10 forks source link

Only use private key in keys parameter. #6

Closed michaellopez closed 8 years ago

michaellopez commented 8 years ago

Ignore any additional keys offered by ssh-agent.

Docs for the option is here: https://net-ssh.github.io/ssh/v2/api/classes/Net/SSH.html#M000002

This fixes https://github.com/codekitchen/dinghy/issues/181

codekitchen commented 8 years ago

Ah cool, I assumed passing an explicit list of keys: was enough to ignore all other keys. Silly me. Thanks!

michaellopez commented 8 years ago

Thank you for your work!