Opened 13 years ago

Closed 12 years ago

Last modified 12 years ago

#29619 closed enhancement (wontfix)

openssh 5.8p1 use OSX xauth binary instead of removing xauth warning

Reported by: jds6p6h02@… Owned by: jyrkiwahlstedt
Priority: Normal Milestone:
Component: ports Version: 1.9.2
Keywords: Cc:
Port: openssh

Description

A variant mute_fake_xauth has been created to remove the "Warning: No xauth data; using fake authentication data for X11 forwarding." message. This warning is due to the fact that the socket has been created by launchd. If you use the "original" xauth binary (/usr/X11/bin/xauth) of OSX, the xauth list can connect to the socket that launchd has been created and return the good information for X11 forwarding. So the best is perhaps not using the macport xauth binary but instead use the original xauth binary of OSX. You only need to change the --with-xauth=${prefix}/bin/xauth configure flag with --with-xauth=/usr/bin/X11/xauth. In this case you can also remove the dependency of xauth

Change History (5)

comment:1 Changed 13 years ago by ryandesign (Ryan Carsten Schmidt)

Owner: changed from macports-tickets@… to jwa@…

comment:2 Changed 13 years ago by jmroot (Joshua Root)

What if you're using the X server from MacPorts (xorg-server)?

comment:3 Changed 13 years ago by jds6p6h02@…

So the best is perhap to add a variant like use_orginial_xauth ?

comment:4 Changed 12 years ago by jeremyhu (Jeremy Huddleston Sequoia)

Resolution: wontfix
Status: newclosed

No, there's nothing fundamentally different about the OS X xauth. We shouldn't do this.

comment:5 Changed 12 years ago by jeremyhu (Jeremy Huddleston Sequoia)

see r92129

Note: See TracTickets for help on using tickets.