On 28Jan2015 17:13, Jeremy Huddleston Sequoia <jeremyhu@apple.com> wrote:
On Jan 25, 2015, at 14:53, Peter Dyballa <Peter_Dyballa@Web.DE> wrote: Am 19.01.2015 um 00:37 schrieb Tom Lane:
Seems like you should disable X11 forwarding if you don't want a local X11 server to start. It's evidently enabled at the moment:
debug1: Requesting X11 forwarding with authentication spoofing.
Although the documentation ('man ssh_config' and also man sshd_config) states for ForwardX11/X11Forwarding: "The default is ``no''." it was active. It finally was "no" when I created my own ~/.ssh/config with
Did you enable it in /etc/sshd_config ?
sshd_config only allows or forbids it for incoming connections to an ssh server. Peter needs to look at his local /etc/ssh_config to see if the system settings have it enabled for clients i.e. his outbound ssh commands. Cheers, Cameron Simpson <cs@zip.com.au>