Searched refs:SSH2 (Results 1 – 8 of 8) sorted by relevance
40 use phpseclib3\Net\SSH2; alias240 * @param SSH2 $ssh243 private function request_forwarding(SSH2 $ssh)261 * @param SSH2 $ssh263 public function registerChannelOpen(SSH2 $ssh)
26 abstract class SSH2 class
20 use phpseclib3\Net\SSH2; alias174 $host = SSH2::getConnectionByResourceId($host);
42 class SCP extends SSH2
81 class SSH2 class1599 SSH2::getSupportedKEXAlgorithms();1602 SSH2::getSupportedHostKeyAlgorithms();1605 SSH2::getSupportedEncryptionAlgorithms();1608 SSH2::getSupportedEncryptionAlgorithms();1611 SSH2::getSupportedMACAlgorithms();1614 SSH2::getSupportedMACAlgorithms();1617 SSH2::getSupportedCompressionAlgorithms();1620 SSH2::getSupportedCompressionAlgorithms();3248 * @see SSH2::read()[all …]
44 class SFTP extends SSH2532 if (!($this->bitmap & SSH2::MASK_LOGIN)) {3492 if (!($this->bitmap & SSH2::MASK_LOGIN)) {3514 if (!($this->bitmap & SSH2::MASK_LOGIN)) {
399 …"ext-libsodium": "SSH2/SFTP can make use of some algorithms provided by the libsodium-php extensio…443 …"PHP Secure Communications Library - Pure-PHP implementations of RSA, AES, SSH2, SFTP, X.509 etc.",