VisTrails / tej

Trivial Extensible Job-submission -- a simple (no setup on the server) but extensible (in case you need scheduling/queueing) job submission mechanism in Python
BSD 3-Clause "New" or "Revised" License
8 stars 3 forks source link

Add argument for missing host key policy #24

Closed JosuaKrause closed 7 years ago

JosuaKrause commented 7 years ago

Useful in cases like this.

remram44 commented 7 years ago

I'm going with ec0d27d2 instead, allowing the user to override the SSHClient creation. This way you can customize know_hosts lists and missing key policy.