-
Type: Bug
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: 0.10.0
-
Component/s: None
-
None
-
Environment:Mac M1, VSCode 1.75.1, MongoDB extension v0.10.0
-
Not Needed
Problem Statement/Rationale
I'm trying to connect to my MongoDB via SSH tunnel. However instead I get an error:
Unable to load connection: Error: Error while signing data with privateKey: error:06000066:public key routines:OPENSSL_internal:DECODE_ERROR
Steps to Reproduce
- Select Standalone connection type, fill in Hostname and Port.
- Select Authentication type Username / Password and fill the username, password and authentication database.
- Go to SSH Tunnel section
- Select Use Identity File
- Fill in SSH Hostname, SSH Tunnel Port, SSH Username and select SSH Identity File which is located in `<my_home_directory>/.ssh`
- I don't fill SSH Passphrase because I don't have any on the key that I'm using.
- Click Connect
Expected Results
I expect the connection to be successful. I double-checked all the information that I filled in and I'm sure it's correct.
Actual Results
I receive an error:
Unable to load connection: Error: Error while signing data with privateKey: error:06000066:public key routines:OPENSSL_internal:DECODE_ERROR
- depends on
-
VSCODE-490 Enable new connection form feature flag
- Closed