- класс
SSH
(ssh\SSH
) - пакет
ssh
- исходники
ssh/SSH.php
Описание
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