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 password parameter in destination object #17

Closed JosuaKrause closed 7 years ago

JosuaKrause commented 7 years ago

Add a field to the destination object that allows to hand over a written password in case no rsa key is present. This allows for not having to prompt the user for every connection.

JosuaKrause commented 7 years ago

Apparently it does work :)

remram44 commented 7 years ago

c8207322 allows a password to be specified in the destination string, ssh://user:pass@host:port