Or
When VS Code attempts to access a notebook instance, the system always prompts you to select a certificate, and the message, excepting the title, consists of garbled characters. After the certificate is selected, the system still does not respond and the connection failed.
OpenSSH is not installed in the current environment or is not installed in the default path. For details, see the VS Code document.
If OpenSSH fails to be installed, manually download the OpenSSH installation package and perform the following operations:
powershell.exe -ExecutionPolicy Bypass -File install-sshd.ps1
netsh advfirewall firewall add rule name=sshd dir=in action=allow protocol=TCP localport=22
Start-Service sshd
Search for Open settings.
Add remote.SSH.path to settings.json, for example, "remote.SSH.path": "Installation path of the local OpenSSH".