Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
_AnonymousUser
Specialist III
Specialist III

run multiple commands via ssh

hi, i need ssh to remote server and kick off bunch of jobs using command line, the component i used is tSSH, which allows me to input multiple commands, but to make the workflow clear, i wish to have one component for each command, just wondering if there is anyway that i use some component to only create the SSH connection to remote server, then issue commands one per component. now all i can think is to have multiple tSSH that way each one has to create the connection then run the command, which is kind of waste of connection, is there other way to reach the same functions? thanks,
Labels (2)
2 Replies
Anonymous
Not applicable

Hi
Welcome to Talend Community!
Got you.
But for now, there isn't a component like tSSHConnection which multi tSSH can share it.
As you know, we simply run multi commands with one tSSH components.
Anyway, for any new feature, you might create issue on BugTracker.
But I don't think this feature is needed.
Regards,
Pedro
Anonymous
Not applicable

Hi.
I want to run shell command using tssh component Is it possible to run a If loop in the command box of the tssh component.