when we don't use sshpass and use ssh ubuntu code example
Example: sshpass execute command
sshpass -p 'password' ssh user@domain
#THIS CAN NEVERTHELESS BE EXTREMELY INSECURE
sshpass -p 'password' ssh user@domain
#THIS CAN NEVERTHELESS BE EXTREMELY INSECURE