26
Is there a way to put the password directly in an ssh command?
When I connect to a machine with it prompts me for a password interactively. I want to run this from a script, so the prompt is a problem — the script stops and waits. Is there a flag that takes the password on the…