Saved Bookmarks
| 1. |
What Is Use Of Sshpass Command In Linux ? |
|
Answer» SSHPASS is a command which allows us to automatically SUPPLY password to the command prompt so that automated scripts can be run as desired by USERS. sshpass supplies password to SSH prompt using a dedicated tty , fooling ssh to BELIEVE that a interactive user is supplying password. sshpass is a command which allows us to automatically supply password to the command prompt so that automated scripts can be run as desired by users. sshpass supplies password to ssh prompt using a dedicated tty , fooling ssh to believe that a interactive user is supplying password. |
|