Using an SSH keyfile with Fabric
How do you configure fabric to connect to remote hosts using SSH keyfiles (for example, Amazon EC2 instances)?
How do you configure fabric to connect to remote hosts using SSH keyfiles (for example, Amazon EC2 instances)?
I want to run a command which prompts me to enter yes/no or y/n or whatever. If I just run the command local("my_command") then it stops and asks me for input. When I type what is needed, script continues to work. How can I automatically respond to the prompt?