Is it possible to have an ssh tunnel in my_launchpad.yaml file?

The mongodb connection is set up through the my_launchpad.yaml file, which identifies the mongodb server, the port, user name and password. However if the mongodb server is behind a firewall, or can only be accessed through ssh tunnel like “ssh -f [email protected] -L 2222:mongodb.server:27017 -N,” how should I configure the my_launchpad.yaml?

Regards,

Lianshan

Have you tried:

  1. Starting the tunnel

  2. Setting the my_launchpad.yaml config parameters to the tunnel parameters? e.g. host=localhost, port=2222 + your other parameters?

Best,

Anubhav

···

On Fri, Jul 10, 2015 at 8:28 AM, lianshan lin [email protected] wrote:

The mongodb connection is set up through the my_launchpad.yaml file, which identifies the mongodb server, the port, user name and password. However if the mongodb server is behind a firewall, or can only be accessed through ssh tunnel like “ssh -f [email protected] -L 2222:mongodb.server:27017 -N,” how should I configure the my_launchpad.yaml?

Regards,

Lianshan

You received this message because you are subscribed to the Google Groups “fireworkflows” group.

To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].

To view this discussion on the web visit https://groups.google.com/d/msgid/fireworkflows/fd33b02d-bfa7-4cc0-a09f-8d82a5610e5f%40googlegroups.com.

For more options, visit https://groups.google.com/d/optout.

Yes, we are trying that and it seems working. Thanks for the reply.

Regards,

Lianshan

···

On Friday, July 10, 2015 at 4:44:04 PM UTC-4, Anubhav Jain wrote:

Have you tried:

  1. Starting the tunnel
  1. Setting the my_launchpad.yaml config parameters to the tunnel parameters? e.g. host=localhost, port=2222 + your other parameters?

Best,

Anubhav

On Fri, Jul 10, 2015 at 8:28 AM, lianshan lin [email protected] wrote:

The mongodb connection is set up through the my_launchpad.yaml file, which identifies the mongodb server, the port, user name and password. However if the mongodb server is behind a firewall, or can only be accessed through ssh tunnel like “ssh -f [email protected] -L 2222:mongodb.server:27017 -N,” how should I configure the my_launchpad.yaml?

Regards,

Lianshan

You received this message because you are subscribed to the Google Groups “fireworkflows” group.

To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].

To view this discussion on the web visit https://groups.google.com/d/msgid/fireworkflows/fd33b02d-bfa7-4cc0-a09f-8d82a5610e5f%40googlegroups.com.

For more options, visit https://groups.google.com/d/optout.