Subject: Re: X forwarding under X.
To: Richard Rauch <rauch@eecs.ukans.edud>
From: Frederick Bruckman <fb@enteract.com>
List: netbsd-help
Date: 08/08/2000 17:57:22
On Tue, 8 Aug 2000, Richard Rauch wrote:

> I've uncommented the ForwardAgent and ForwardX11 in both machine's
> /etc/ssh_config, and can't see anything else that's different between the
> new and hold setups.

Make sure it's not disabled in /etc/sshd_conf on the remote machine.
(ssh_config is for the originator, sshd_config for the remote.) You
could also run "ssh -v remote" to see if it's being refused by the
remote "sshd".

> (Well, one change is that the ``remote'' machine is now running with the
> INSECURE kernel option removed.  Since I'm not actually running X---just X
> clients---on that machine, that shouldn't matter, right?)

Right, that doesn't matter.



Frederick