pecl-networking-ssh2
pecl-networking-ssh2 copied to clipboard
Add ssh2_auth_pubkey to allow public and private keys as strings
Add ssh2_auth_pubkey(resource $session, string $username, string $pubkey, string $privkey, string $passphrase = ?): resource where $pubkey and $privkey contains the keys as strings and not filenames.