SSH to host based incoming JSON payload

I am trying to ssh into a host using an user where the HOST and USER information comes from a JSON payload

So the incoming JSON pay load is something like this
{"server": "abc.xyz.com",
"user": "devops",
"cmd": "uname"}

This JSON payload I use the "json node" to convert it into a JSON object.
I am able to get the msg.payload.server, msg.payload.user and msg.payload.cmd.. debug output..

The problem I have is I need to SSH into the server based on the incoming JSON payload..

I am using the BIGSSH Node and I am trying to pass for Host property msg.payload.server and likewise others.. they are not being pickedup.. How to resolve this issue?
How to make sure the BIGSSH node picks up the parsed JSON payload values

1 Like

I have the same problem

This topic is over 2 years old, and unanswered, please start a new topic and describe your issue, so that we can help you.