-
Notifications
You must be signed in to change notification settings - Fork 30.7k
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
Store ssh password #105858
Comments
(Experimental duplicate detection) |
Those links aren't really related to storing passwords, and no, there is no way for us to securely store a password. |
Is this because of nodejs limitation? |
Storing user passwords is just an area that I don't want to touch. Would rather people stick to standard ssh auth methods like using ssh keys: https://code.visualstudio.com/docs/remote/troubleshooting#_configuring-key-based-authentication |
I totally agree but then I am dealing with some stubborn cluster administrators. 😊 |
There is existing issue: #74890,
For mac/linux such solutions exists: https://code.visualstudio.com/blogs/2019/10/03/remote-ssh-tips-and-tricks#_controlmaster
And for windows, git credentials are store via wincred: https://code.visualstudio.com/docs/remote/troubleshooting#_sharing-git-credentials-between-windows-and-wsl
I hope it would be possible for storing ssh passwords as well.
The text was updated successfully, but these errors were encountered: