X11 forwarding is a special case of remote tunneling.
SSH Tectia Server supports X11 forwarding on Unix platforms. SSH Tectia Client supports X11 forwarding on both Unix and Windows platforms.
By default, SSH Tectia Server allows X11 forwarding for all users. To enable
X11 forwarding only for the specified users, include an entry similar
to the following in your ssh-server-config.xml
file:
<services> <rule group="admins"> <tunnel-x11 action="allow" /> ... </rule> <rule> <tunnel-x11 action="deny" /> </rule> </services>