chipsenkbeil / distant

🚧 (Alpha stage software) Library and tooling that supports remote filesystem and process operations. 🚧

Home Page:https://distant.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Does not use ssh-agent to retrieve passwords for ssh-keys

mdietrich16 opened this issue · comments

Upon trying to connect to a machine with distant launch ssh://my.remote.ip.addr:port I get the following message:
Passphrase to decrypt /home/user/.ssh/key_file for user@my.remote.ip.addr:
While using ssh directly does not prompt for the passphrase, because it correctly uses the running ssh-agent.