The Maverick.NET SSH API

ForwardingClient.AllowX11Forwarding Method (String)

Configures the forwarding client for requesting X forwarding for subsequent session channel requests.

[Visual Basic]
Overloads Public Sub AllowX11Forwarding( _
   ByVal display As String _
)
[C#]
public void AllowX11Forwarding(
   string display
);

Parameters

display
The display for all x forwarding requests e.g "localhost:0"

Remarks

This method will send a fake MIT-MAGIC_COOKIE-1 to the X server. This is sometimes supported on non X environments such as Windows. See your X server documentation if you encouter problems using this method. You may need to set the real MIT-MAGIC_COOKIE-1 value.

See Also

ForwardingClient Class | Maverick.Forwarding Namespace | ForwardingClient.AllowX11Forwarding Overload List