ssh

Connect to remote host with username and password

sshpass -p <password> ssh <username>@<hostname>

Install sshpass on macos

brew install sshpass