ssh2_auth_password()
ssh2_auth_password - Authenticate over SSH using a plain passwordSyntax
bool ssh2_auth_password (resource $session, string $username, string $password)Arguments
- session - An SSH connection link identifier, obtained from a call to ssh2_connect().
- username - Remote user name.
- password - Password for username
