Searched refs:SSH2 (Results 1 – 7 of 7) 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; alias166 $host = SSH2::getConnectionByResourceId($host);
81 class SSH2 class1593 SSH2::getSupportedKEXAlgorithms();1596 SSH2::getSupportedHostKeyAlgorithms();1599 SSH2::getSupportedEncryptionAlgorithms();1602 SSH2::getSupportedEncryptionAlgorithms();1605 SSH2::getSupportedMACAlgorithms();1608 SSH2::getSupportedMACAlgorithms();1611 SSH2::getSupportedCompressionAlgorithms();1614 SSH2::getSupportedCompressionAlgorithms();3240 * @see SSH2::read()[all …]
44 class SFTP extends SSH2532 if (!($this->bitmap & SSH2::MASK_LOGIN)) {3487 if (!($this->bitmap & SSH2::MASK_LOGIN)) {3509 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.",