Skip to content

SSH.Channel.RequestAgentForwarding

Andrew Lambert edited this page Jun 18, 2023 · 1 revision

SSH.Channel.RequestAgentForwarding

Method Signatures

 Sub RequestAgentForwarding(ActiveAgent As SSH.Agent)

Parameters

Name Type Comment
ActiveAgent Agent The instance of Agent to use.

Remarks

Requests that the local agent service be forward over SSH for use by the server. Note that this does not make sense for all channel types and may be ignored by the server despite returning success.

Clone this wiki locally