Skip to main content

X11Forwarding must be set to allow the action on the site you are SSHing toSSH server (in your case the Ubuntu box) and you should setin its ForwardXllsshd_config in your client config on, and you must allow X11 to be forwarded for the other sideSSH client (your Fedora box). This can be done in by passing the default options-X option or your user ssh configediting the ssh_config file to add the ForwardX11 default.

X11Forwarding must be set to allow the action on the site you are SSHing to (in your case the Ubuntu box) and you should set ForwardXll in your client config on the other side (your Fedora box). This can be done in the default options or your user ssh config file.

X11Forwarding must be set on the SSH server (in your case the Ubuntu box) in its sshd_config, and you must allow X11 to be forwarded for the SSH client (your Fedora box) by passing the -X option or editing the ssh_config file to add the ForwardX11 default.

Source Link
Caleb
  • 72k
  • 19
  • 203
  • 234

X11Forwarding must be set to allow the action on the site you are SSHing to (in your case the Ubuntu box) and you should set ForwardXll in your client config on the other side (your Fedora box). This can be done in the default options or your user ssh config file.