Shell script ssh to login multiple servers with passing password from a file
for example:
Password file name : password.txt and the password is "test123".
ssh_script:
ssh testuser@testserver
<<< Here I need to get the password from a file >>>
It should read a password from a file and entered into server.