When connecting to the server via SSH via a script, there is a need to enter a password.
It turns out that when connecting to the server, it asks for a password:
ssh server@192.168.1.101 //Выполняю команду server@192.168.1.101's password: //Выводит консоль Addresses are constantly changing, passwords come from outside.
How to enter a password through a script?