Skip to content

Latest commit

 

History

History
75 lines (51 loc) · 1.14 KB

File metadata and controls

75 lines (51 loc) · 1.14 KB

SSH

  • класс SSH (ssh\SSH)
  • пакет ssh
  • исходники ssh/SSH.php

Описание

Class SSH


Методы


Методы

__construct()

__construct(): void

getSession()

getSession(string $username, string $host, int $port): ssh\SSHSession

openSession()

openSession(string $host, int $port): ssh\SSHSession

setKnownHosts()

setKnownHosts(Stream|File|string $source): void

addIdentity()

addIdentity(string $prvkey, string $passphrase): void

removeAllIdentity()

removeAllIdentity(): void