This site is in read only mode. Please continue to browse, but replying, likes, and other actions are disabled for now.

⚠️ We've moved!

Hi there!

To reduce project dependency on 3rd party paid services the StackStorm TSC has decided to move the Q/A from this forum to Github Discussions. This will make user experience better integrated with the native Github flow, as well as the questions closer to the community where they can provide answers.

Use 🔗 Github Discussions to ask your questions.

Need help on bastion host configuration in stack

TEam,

I would be really greatfull to you in someone helps me with this current situation. i have one single jump server to get on to all the hosts in my environment. I had to know how to use my jump box as bastion host and trigger my automations on target hosts.

Command line arguments are working. but i am not able to figure out how to do in stackstorm.

ssh -q -i /root/ntp/id_rsa -o StrictHostKeyChecking=no -o “proxycommand ssh -q -W %h:%p -o StrictHostKeyChecking=no root@jumpbox” root@$vmname < /root/ntp/actions/checkfix_ntp