- class
SSH
(ssh\SSH
) - package
ssh
- source
ssh/SSH.php
Description
Class SSH
->
__construct()
->
getSession()
->
openSession()
->
setKnownHosts()
->
addIdentity()
->
removeAllIdentity()
__construct(): void
getSession(string $username, string $host, int $port): ssh\SSHSession
openSession(string $host, int $port): ssh\SSHSession
setKnownHosts(Stream|File|string $source): void
addIdentity(string $prvkey, string $passphrase): void
removeAllIdentity(): void