touch using sshpass 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