Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

How do I just disable the xauth stuff in exmh?

disable exmh stuff xauth
0
Posted

How do I just disable the xauth stuff in exmh?

0

• You can’t. 😎 That’s because it’s in Tk, not exmh. • It’s there because Tk requires xauth for its interprocess communication. Otherwise, there would be a *serious* security hole, allowing any host to run arbitrary scripts in any Tk window it can find. (ANY host — not just those listed in xhost — ever hear of IP packet spoofing?) • If you’re gutsy, tkSend.c allows you to #define TK_NO_SECURITY, which disables the xauth checks and hopes for the best. If you’re desperate, rebuilding Tk with this definition might be the thing to do. • A better solution would be to arrange for resynchronizing the key. Check out: http://ce-toolkit.crd.ge.com/tkxauth/ for how to set up xauth on your server. When you log into work, just set up a local script that does: xauth nlist $DISPLAY | rsh host.at.work.com xauth nmerge – to resynchronize the session key.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123