Jacques44 / node-red-contrib-bigssh

remote command using ssh big node
Apache License 2.0
8 stars 12 forks source link

Feature Request - Enable dynamic host as node Input msg.payload.host #28

Closed sudoritz closed 3 years ago

sudoritz commented 3 years ago

Feature IDEA -- IP as Dynamic {msg.payload.host}

Enable a new input to have host as the input as dynamic. and still use the same SSH-Credentials supplied.

Jacques44 commented 3 years ago

Hello, added in 1.2.8 You can override the host value by setting msg.config.host

Please consider tips

pokryva commented 2 years ago

Hello, added in 1.2.8 You can override the host value by setting msg.config.host

Please consider tips

Hi, Does this still work in 1.2.9? I'm having problems overriding host. I created one valid credentials configuration, other hosts use the same username/password. I was hoping to override just host with msg.config.host. It does not work, it keeps connectning to the host specified in "credentials" configuraton... Any ideas?