-
Enhancement
-
Resolution: Duplicate
-
Major
-
None
-
None
-
False
-
None
-
False
-
Low
-
Develop
Hi folks ,
In most of the usecases people use ssh authentication for logging into databases. Mostly because lot of databases are in private subnet and only accessible by public subnet (bastion concept). It would be great if we add ssh related properties in mongodb connector config so that connector can login via ssh authetication. The ssh related properties can be as follows:
{ "ssh_hostname" :"", "ssh_port" : 22, "ssh_username" :"", "ssh_password" :"", "ssh_key_file_path" :"", .... }