I want to write a script that will lead me directly to the python shell on another field, so I do not need to start ssh and the second python run first.
When I do "ssh hostname python" it just hangs - this is because python is interactive. "ssh hostname cat x" works fine.
Is there an ssh option that will make this work?
zak23 source share