Hello
I am newbie to Scriptrunner. I am testing Scriptrunner console to check if i can communicate using bash/shell script to ssh into a linux server and execute command there.
Can you please advice if this is possible.
Solved! Go to Solution.
Welcome to the Atlassian Community!
Cloud can't do that, it doesn't allow you to run ssh (This is not a scriptrunner limitation, it's Atlassian Cloud, and it's arguably not a limitation)
You could however write a (very simple) service for the receiving machine that could accept some form of call (like a REST call) and trigger whatever the command is. Then Scriptrunner could hit that endpoint when you need it.