I am working on a vscode-remote-ssh session. On my server, I launch a jupyter notebook that I then access on vscode through the remote-ssh session but connecting to my compute node.
Everytime I reload a project window, VSCode gives me a warning that I am connecting to an insecure connection (which is fine for me). After clicking yes, I need to enter the password everytime.
Is there a way to make VSCode remember the password for a jupyter connection? My browser seems to do it just fine.
I have tried using an https connection but I do not have a certified ssl certificate so VScode doesn't work on that. That's why I am using an insecure connection with just a password.