You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
No problem, but good to know. I just stumbled upon your project and was quite interested, because I am used to a heavily configured environment and loose this all the time I have to connect to remote machines (which I do more often these days). For now I put it aside, but I am curious how your efforts work out, everything looks quite promising. 👍
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.
The text was updated successfully, but these errors were encountered: