SshAuthenticationAgent.OpenSshAgent Property
Namespace: Rebex.Net
Assembly: Rebex.Networking.dll (version 7.0.9083)
OpenSshAgent
Gets the client for OpenSSH authentication agent server.
Declaration
public static SshAuthenticationAgent OpenSshAgent { get; }
Property Value
Type | Description |
---|---|
SshAuthenticationAgent |
Remarks
OpenSshAgent communicates with server via named pipe on Windows and via domain socket on Unix.
Exceptions
Type | Condition |
---|---|
PlatformNotSupportedException | Client for OpenSSH authentication agent server is not supported on the current platform and/or with the selected .NET/.NET Framework version. |