Topic starter 04/10/2021 10:09 pm
[Answer]
Option 1 Using sshpass
sudo apt-get install sshpass sshpass -p your_password ssh user@hostname
Option 2 Using plink
sudo apt-get install plink plink username@hostname -pw your_password
Note: username example "ubuntu" and hostname can be your host IP address.