pecl-networking-ssh2 icon indicating copy to clipboard operation
pecl-networking-ssh2 copied to clipboard

Add ssh2_auth_pubkey to allow public and private keys as strings

Open blar opened this issue 4 years ago • 0 comments

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.

blar avatar May 27 '21 21:05 blar