Running Custom C over ssh with paramiko
so i’ve been trying to automatically execute some compiled C code over a ssh session, however i have a big issue, my c code requires user input, and therefore i need to be able to catch those inputs using an interactive shell?
However i would like my shell to kill itself and return to my python script once the C code is done running.