What is the function of sshpass in Linux?
sshpass is a tool used to provide passwords in a non-interactive SSH session. It allows the password to be passed as a parameter to the SSH command, eliminating the need to manually enter passwords in scripts. This is particularly useful for automation scripts or batch tasks, as it allows scripts to automatically log in to remote hosts without the need for manual password entry.