NavigationUser loginLinux NewsClick the above for your daily dose of Linux news. Food for ThoughtIf your parents didn't have children, you probably won't either. Spam?See spam posts on this site? If so, please don't reply to the spam! Instead, just report the URL to the webmaster. |
sshpass - Non-interactive ssh password authenticationSSH’s (secure shell) most common authentication mode is called “interactive keyboard password authentication”, so called both because it is typically done via keyboard, and because openssh takes active measures to make sure that the password is, indeed, typed interactively by the keyboard. Sometimes, however, it is necessary to fool ssh into accepting an interactive password non-interactively. This is where sshpass comes in. |