Does SQLECTRON support for loading ssh configuration from ~/.ssh/config?
I want to connect to DB via multi ssh tunnels.
So I configured ssh configuration in ~/.ssh/config as below and I tried connecting to DB via hostA.
But when I did it, connection error has occurred with a message Error invoking remote method 'DB_CONNECT': Error: getaddrinfo ENOTFOUND hostA.
So it seems that ssh configuration is not loaded.
Is there any way to connect to DB via multi ssh tunnels?
Does SQLECTRON support for loading ssh configuration from
~/.ssh/config
?I want to connect to DB via multi ssh tunnels. So I configured ssh configuration in
~/.ssh/config
as below and I tried connecting to DB viahostA
. But when I did it, connection error has occurred with a messageError invoking remote method 'DB_CONNECT': Error: getaddrinfo ENOTFOUND hostA
. So it seems that ssh configuration is not loaded. Is there any way to connect to DB via multi ssh tunnels?my environment