Like ssh.com says, you need to do the following things to successfully forward an X-Server to your client. [ol]
AllowX11Forwarding yes
ForwardX11 yes
ssh -X [email protected]
declare -X DISPLAY="99.99.99.99:0.0"
(with your IP)
Like ssh.com says, you need to do the following things to successfully forward an X-Server to your client. [ol]
AllowX11Forwarding yes
ForwardX11 yes
ssh -X [email protected]
declare -X DISPLAY="99.99.99.99:0.0"
(with your IP)