◆ __construct()
__construct |
( |
|
$address = null | ) |
|
Default Constructor
- Renvoie
- Exceptions
-
◆ forwardData()
Forward data to SSH Agent and return data reply
- Paramètres
-
- Renvoie
- string Data from SSH Agent
- Exceptions
-
Références $data.
◆ registerChannelOpen()
registerChannelOpen |
( |
|
$ssh | ) |
|
On successful channel open
This method is called upon successful channel open to give the SSH Agent an opportunity to take further action. i.e. request agent forwarding
- Paramètres
-
\phpseclib3\Net\SSH2 | $ssh | private |
Références Agent\request_forwarding().
◆ request_forwarding()
request_forwarding |
( |
|
$ssh | ) |
|
|
private |
◆ requestIdentities()
◆ startSSHForwarding()
Signal that agent forwarding should be requested when a channel is opened
- Renvoie
- void public
◆ $expected_bytes
◆ $forward_status
$forward_status = self::FORWARD_NONE |
|
private |
◆ $fsock
◆ $request_channel
◆ $socket_buffer
◆ FORWARD_ACTIVE
◆ FORWARD_NONE
◆ FORWARD_REQUEST
const FORWARD_REQUEST = 1 |
◆ SSH_AGENT_FAILURE
const SSH_AGENT_FAILURE = 5 |
◆ SSH_AGENT_IDENTITIES_ANSWER
const SSH_AGENT_IDENTITIES_ANSWER = 12 |
◆ SSH_AGENT_SIGN_RESPONSE
const SSH_AGENT_SIGN_RESPONSE = 14 |
◆ SSH_AGENTC_REQUEST_IDENTITIES
const SSH_AGENTC_REQUEST_IDENTITIES = 11 |
◆ SSH_AGENTC_SIGN_REQUEST
const SSH_AGENTC_SIGN_REQUEST = 13 |
La documentation de cette classe a été générée à partir du fichier suivant :