I use fabric to run an installer on remote host
def test(): run("sh /opt/foo.bin") The output looks like:
[user@remoteHost:22] out: PRESS TO CONTINUE:
..........
During the installation i need to press Enter several times and input some info. Are there any possibility to automate this operations (press and input text info) using Fabric?