yadutaf / docker-machine-driver-ovh

OVH Cloud driver for Docker Machine
https://www.ovh.com/us/cloud/instances/
80 stars 25 forks source link

Enable usage of ssh keys present outside docker-machine #22

Closed jfroche closed 8 years ago

jfroche commented 8 years ago

We would like to use keys present in ~/.ssh or in an ssh agent. IOW let ssh send the known keys. docker-machine enables this feature if the Driver.SSHKeyPath is empty and if we don't use the native ssh client.

If the keypair name assigned doesn't exist in docker-machine, we assume that this key is present outside docker-machine.

yadutaf commented 8 years ago

Hmmm, that's interesting. That would be worth documenting. Can you add a note mentionning this feature in README.md?

jfroche commented 8 years ago

Are you ok with the latest changes ?

yadutaf commented 8 years ago

I think there is one remaining typo. Then merge time. Thanks

jfroche commented 8 years ago

done

yadutaf commented 8 years ago

There we go. Thanks!