I have to write a python code to execute some commands from a client. The python script needs to be there in client1 machine.
The command has to be executed in client3. but client3 is not accessible directly from client1. We need to do first ssh to "client2" server and then ssh to client3.
Is there a way out?