-
Notifications
You must be signed in to change notification settings - Fork 493
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature request: Package xauth in MSYS2 to support 'ssh -X' and 'runx' #3146
Comments
Unfortunately, we can not. See https://www.msys2.org/
|
Ok, I understand that you want to keep the focus. |
The ideal would probably be a mix of cygwin and msys2's focus, so that those wishing to be able to use their linux native code can use that, but also benefit from the packages and windows specializations that msys2 provides through pacman and patches and compilers. But that would probably not be very easy, unless somehow it's possible to use pacman directly from msys2 and use the packages within cygwin without issues. I personally would like to be able to use a x11 server other than VcXsrv that could potentially be up-to-date too, since I think my current installation of VcXsrc uses an outdated version of x11's code compiled with msvc and does not support some things automatically like x11 over ssh and pulseaudio through ssh+x11. I currently need to export DISPLAY to |
I want to note that with the great help of @esaulenka I was able to use Now it is possible with |
I provide a script called
runx
that allows to run X serverVcXsrv
in MSYS2 (and in Cygwin and WSL, too).By default
runx
creates an X authentication cookie for access restriction.The default linux tool for X authentication cookie setup is
xauth
.runx
itself can create a cookie on its own without the help ofxauth
, but usesxauth
nonetheless if available.But if one wants to use
ssh -X
orssh -Y
, the connection fails becausessh
depends on/usr/X11R6/xauth
. (Found in mviereck/runx#7).My feature request: Please provide package
xauth
in MSYS2 to supportrunx
and in turnssh -X
.Additional notes:
xauth
in Cygwin: https://cygwin.com/packages/summary/xauth.htmlVcXsrv
provides anxauth.exe
on its own, but it is somehow broken and I could not get valid cookies from it. I would prefer anxauth
package in MSYS2.runx
and might support my request.The text was updated successfully, but these errors were encountered: