simple-ssh
simple-ssh copied to clipboard
What if a command asks confirmation
I tried to launch a command and it runs well, but before finishing it needs me to input "yes" for example. How to handle this kind of situations? If i make a second exec it doesn't affect the first one like if it was sent to another terminal. Any ideas?
Hi! Have you tried sending data over stdin? There's an example in the readme