Skip to content

Files

Latest commit

614e444 · May 1, 2018

History

History
75 lines (51 loc) · 1.14 KB

SSH.ru.md

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