Description
I'm using the SSH FS extension in VS Code and connecting via password-based authentication. Despite setting password in the configuration, the extension prompts me to re-enter the password every time I connect.
Steps to reproduce
- Create a new SSH FS configuration using password auth
- Set up a new password with root and other stuff
- Attempt to connects
- VS Code prompts for password each time
Expected behaviour:
Once the password is set on every connection attempt it should remember it for future sessions.
Actual behaviour:
Password prompt appears on every connection attempt. No config file (configurations.json) appears to be saved or updated on disk.
Environment:
- OS: Windows 11
- VS Code version: [insert your version]
- SSH FS extension version: [insert version]
- Authentication method: Password-based
- No PEM key used