I wonder if it is possible shortly to add some possibility to connect via SSH by enabling X11 display forwarding.
In the terminal, it's easy as we need to add -X (or -Y), for example, ssh -X host_name@ip_addresse
That is very important when we run the compose desktop gradle task "desktop run" inside fleet; for now, we get an error as we cannot connect via SSH without enabling X11 to display forwarding!
I've already enabled the X11 Forwarding in the remote ~/.ssh/config
The same command line works in the terminal that opens SSH using "-X" or from putty that checks the X11 forwarding.
But in the fleet, as the SSH opened without any option to enable X11 forwarding then, I got the X11 display error 😔
Thanks for the issue link; at least I have the answer to my question.
p
Pasha
05/12/2024, 5:46 PM
Right, but have you tried the way described in the link using the 3rd party software?
a
Akram Bensalem
05/12/2024, 6:42 PM
The link is broken ...
Does this mean, there is a solution that were detailed in this link ? 🤔🤔
p
Pasha
05/13/2024, 8:48 AM
ah, ok, sorry for this, I've checked and the previous workaround also doesn't work for now. So yeah, stay tuned for the issue FL-18605 in case of any updates 👍