reconquest / orgalorg

Parallel SSH commands runner and file synchronization tool
MIT License
887 stars 51 forks source link

fix permanent ssh key password prompt #25

Closed tbellembois closed 4 years ago

tbellembois commented 5 years ago

Orgalorg keeps asking for the ssh key passphrase even when it is unlocked. This small modification fixes this issue.

seletskiy commented 5 years ago

@tbellembois I'm not sure I follow. Willn't this particular change break case where no ssh agent is used?

tbellembois commented 5 years ago

I have not tried this case. I will do it soon.

tbellembois commented 5 years ago

It works with the -p argument. Given that identity key file is default way of authentication it seams to be an expected behavior. Am I wrong ?

kovetskiy commented 4 years ago

Closing this since fixed in #26