Thanks for the suggestions. I wanted to report the solution. It turns out that OpenSSH changed the way it handles X11 forwarding so that X clients are "untrusted" by default. This leads to problems whenever an X11 client needs to do something like read keystrokes or cut and paste from a clipboard.
The solution is to use 'ssh -Y' instead of 'ssh -X', or put the following lines into your .ssh/config file: ForwardX11 yes ForwardX11Trusted yes Thanks, Greg ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ Fink-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fink-users
