You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
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.