I am working in a project that requires multiple commands to be passed in the ssh server using same ssh shell session . am not able to find how the multiple commands working with shell .
It will be helpful if you could add some example or concept how it can be done then it will be helpful .
yes I still need the help . what exactly i needed let me describe here .
login to the ssh using ssh.connect() method-Done
I need to read the console contents everytime then send the mentioned command as input
Note : I need to send multiple commands one by one based on the console output that is displayed .
Hi @sanketbajoria ,
I am working in a project that requires multiple commands to be passed in the ssh server using same ssh shell session . am not able to find how the multiple commands working with shell .
It will be helpful if you could add some example or concept how it can be done then it will be helpful .