Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
mdietrich16 opened this issue Jan 31, 2024 · 3 comments
Open

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

mdietrich16 opened this issue Jan 31, 2024 · 3 comments

Comments

@mdietrich16
Copy link

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 [email protected]:
While using ssh directly does not prompt for the passphrase, because it correctly uses the running ssh-agent.

@seflue
Copy link

seflue commented May 31, 2024

Ran into the same problem. Are there any plans to integrate ssh-agent?

@chipsenkbeil
Copy link
Owner

Ran into the same problem. Are there any plans to integrate ssh-agent?

The switch to #193 may resolve that. I have an unfinished branch to do the conversion, but haven't found the time to revisit and complete it.

@seflue
Copy link

seflue commented May 31, 2024

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. 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants