Lines Matching refs:SSH2

13  *    $ssh = new \phpseclib3\Net\SSH2('www.domain.tld');
29 * $ssh = new \phpseclib3\Net\SSH2('www.domain.tld');
79 class SSH2
119 * @see \phpseclib3\Net\SSH2::send_channel_packet()
120 * @see \phpseclib3\Net\SSH2::get_channel_packet()
131 * @see \phpseclib3\Net\SSH2::getLog()
137 * @see \phpseclib3\Net\SSH2::getLog()
155 * @see \phpseclib3\Net\SSH2::getLog()
162 * @see \phpseclib3\Net\SSH2::read()
168 * @see \phpseclib3\Net\SSH2::read()
177 * @see \phpseclib3\Net\SSH2::read()
963 * A System_SSH_Agent for use in the SSH2 Agent Forwarding scenario
973 * @var array<string, SSH2|\WeakReference<SSH2>>
1213 * @var \WeakReference<SSH2>|SSH2
1367 /* According to the SSH2 specs,
1529 SSH2::getSupportedKEXAlgorithms();
1532 SSH2::getSupportedHostKeyAlgorithms();
1535 SSH2::getSupportedEncryptionAlgorithms();
1538 SSH2::getSupportedEncryptionAlgorithms();
1541 SSH2::getSupportedMACAlgorithms();
1544 SSH2::getSupportedMACAlgorithms();
1547 SSH2::getSupportedCompressionAlgorithms();
1550 SSH2::getSupportedCompressionAlgorithms();
2673 $privatekey = $privatekey->withSignatureFormat('SSH2');
2694 throw new UnsupportedCurveException('Specified Curves are not supported by SSH2');
2696 throw new UnsupportedCurveException('Named Curve of ' . $curveName . ' is not supported by phpseclib3\'s SSH2 implementation');
2699 $privatekey = $privatekey->withSignatureFormat('SSH2');
2821 * If $callback is set to false then \phpseclib3\Net\SSH2::get_channel_packet(self::CHANNEL_EXEC) will need to be called manually.
2871 // down. the one place where it might be desirable is if you're doing something like \phpseclib3\Net\SSH2::exec('ping localhost &').
3202 * @see SSH2::read()
3781 if (!$this->bad_key_size_fix && self::bad_algorithm_candidate($this->decrypt ? $this->decryptName : '') && !($this->bitmap & SSH2::MASK_LOGIN)) {
4471 // the most useful log for SSH2
4570 * \phpseclib3\Net\SSH2 doesn't properly close most channels. For exec() channels are normally closed by the server
5213 ->withSignatureFormat('SSH2');
5231 ->withSignatureFormat('SSH2')
5365 * @return bool|SSH2 will return false if no such connection
5378 * @return array<string, SSH2>
5383 /** @var array<string, SSH2> */