liximomo / vscode-remote-fs

Working with any file in everywhere with vscode.
MIT License
166 stars 17 forks source link

Passwords from ENV variables or SSH key solution #82

Open rctneil opened 3 years ago

rctneil commented 3 years ago

Would it be possible to allow password support from ENV variables or maybe from a local password file somewhere?

My issue is that I'm not keen on password being saved directly in settings and then being synced over the new Settings Sync.

I would use keys but the location of the keys is different on the two machines I use VSCode on so the synced location would be wrong on one machine but right on the other.

Any ideas?