Re: Key binding problem

2020-08-18 Thread Emile CARCAMO
> On Fri, 14 Aug 2020 19:26:24 -, "Marion Hakanson" said: > > Sorry to reply to myself here, but further info: > > > > I've discovered that if I symlink in the tcl8.6.8 and tk8.6.8 stuff > > from prior to upgrading my pkgsrc stack, the exmh keybinding problem > > goes away. I've left the re

Re: Key binding problem

2020-08-18 Thread Ken Hornstein
> and don't forget to build tk with option -DTK_NO_SECURITY > as documented somewhere (I can't remember) to avoid xhost > (well known) warning issue. Ouch, dude it's 2020. xauth authentication is by no means perfect, but you can't get that working? --Ken _

Re: Key binding problem

2020-08-18 Thread Valdis Klētnieks
On Tue, 18 Aug 2020 10:31:10 +0200, Emile CARCAMO said: > and don't forget to build tk with option -DTK_NO_SECURITY > as documented somewhere (I can't remember) to avoid xhost > (well known) warning issue. Yowza. This looks like a cargo-cult configuration, done that way only bec

Re: Key binding problem

2020-08-18 Thread Tom Lane
"Valdis Kl=?utf-8?Q?=c4=93?=tnieks" writes: > On Tue, 18 Aug 2020 10:31:10 +0200, Emile CARCAMO said: >> and don't forget to build tk with option -DTK_NO_SECURITY >> as documented somewhere (I can't remember) to avoid xhost >> (well known) warning issue. > There shouldn't be any need for that, as

Re: Key binding problem

2020-08-18 Thread Ken Hornstein
>xauth does work for me when ssh'ing from macOS/XQuartz to a RHEL machine. >But to keep it working, I do have to reinstall XQuartz after every single >macOS upgrade, even minor ones, as the OS insists on overwriting some >necessary config for that. (I forget the details, but I think somebody >expl

Re: Key binding problem

2020-08-18 Thread Marion Hakanson
>t...@sss.pgh.pa.us wrote: >> xauth does work for me when ssh'ing from macOS/XQuartz to a RHEL machine. > >> But to keep it working, I do have to reinstall XQuartz after every single > >> macOS upgrade, even minor ones, as the OS insists on overwriting some > >> necessary config for that. (I forge

Re: Key binding problem

2020-08-18 Thread Tom Lane
"Marion Hakanson" writes: > Tom, were you using "ssh -Y" to connect from macOS to RHEL? Somewhere > in the OpenSSH development chain we all had to switch from using "ssh -X" > to "ssh -Y", which had some xauth/security ramifications. Yup, me too. ... although now that I look at it, I have both

Re: Key binding problem

2020-08-18 Thread Ken Hornstein
> # XAuthLocation added by XQuartz (http://www.xquartz.org) > Host * > XAuthLocation /opt/X11/bin/xauth > >and then macOS takes that back out again :-(. Since there's no >/usr/bin/xauth, it's not real surprising that things don't work >without that. I have to ask ... is ther

Re: Key binding problem

2020-08-18 Thread Tom Lane
Ken Hornstein writes: >> # XAuthLocation added by XQuartz (http://www.xquartz.org) >> Host * >> XAuthLocation /opt/X11/bin/xauth > I have to ask ... is there a reason you don't just add that to your > personal .ssh/config file? D'oh ... blindingly obvious now that you mention it :-(. I'm cu