I want to remote connect to a Linux machine using OpenSSH in a windows batch.
When I enter
>ssh <ip address>
I am prompted for the password of the remote machine
>password:
which is very cumbersome to react to in a windows batch, that has to run automatically.
How can I connect to a Linux machine using OpenSSH without being prompted for the password? Is there a way to include the pw in the ssh command? Or any other good solutions (other than removing the pw from the Linux machine)?