-
Type: Bug
-
Resolution: Duplicate
-
Priority: Blocker - P1
-
None
-
Affects Version/s: 2.2.3
-
Component/s: Connectivity
-
None
-
Environment:Windows application running in .net against mongodb env on aws hosted in linux
how can we connect with ssh to mongodb server which located in aws and hosted in Linux server.
we are getting a timeout when trying to connect to the mongo client.
we are working in .net application using c# driver and trying to connect via ssh client.
the following is snippet from our code:
using (var client = new SshClient("<ip of aws machine>", 22, "mongodb user", "password"))
- duplicates
-
CSHARP-768 Support SSH Tunnels for Connections to MongoDB
- Closed
- is related to
-
CSHARP-1142 Expose Stream Factory configuration in the High-Level API
- Closed