Home
last modified time | relevance | path

Searched refs:Agent (Results 1 – 3 of 3) sorted by relevance

/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/System/SSH/Agent/
H A DIdentity.php16 namespace phpseclib3\System\SSH\Agent;
25 use phpseclib3\System\SSH\Agent; alias
277 Agent::SSH_AGENTC_SIGN_REQUEST,
291 if ($type != Agent::SSH_AGENT_SIGN_RESPONSE) {
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/System/SSH/
H A DAgent.php41 use phpseclib3\System\SSH\Agent\Identity;
50 class Agent class
114 * @return Agent
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSSH2.php74 use phpseclib3\System\SSH\Agent; alias
982 * @var Agent
2261 * @param string|PrivateKey|array[]|Agent|null ...$args
2288 * @param string|PrivateKey|array[]|Agent|null ...$args
2307 case $arg instanceof Agent:
2326 if ($arg instanceof PrivateKey || $arg instanceof Agent) {
2385 * @param string|AsymmetricKey|array[]|Agent|null ...$args
2432 if ($password instanceof Agent) {
2654 * @param Agent $agent
2657 private function ssh_agent_login($username, Agent $agent)