This is the tail of /etc/ssh_config

#   UsePrivilegedPort no
#   User # (set by command at run-time)
#   UserKnownHostsFile ~/.ssh/known_hosts,~/.ssh/known_hosts2
#   VerifyHostKeyDNS no
#   VisualHostKey no
#   XAuthLocationi xauth

# XAuthLocation added by XQuartz (http://xquartz.macosforge.org)
Host *
    XAuthLocation /opt/X11/bin/xauth


and for /etc/sshd_config

Subsystem       sftp    /usr/libexec/sftp-server

# Example of overriding settings on a per-user basis
#Match User anoncvs
#       X11Forwarding no
#       AllowTcpForwarding no
#       ForceCommand cvs server

# XAuthLocation added by XQuartz (http://xquartz.macosforge.org)
XAuthLocation /opt/X11/bin/xauth



I would have thought that there was a bigger concern here. Prior to even using 
SSH, why can't I see the xclock, xcalc, etc... on my own Mac? If I go into the 
terminal and type xclock I don't see the GUI but I see its process in top. 


Thanks
Anthony






Dr Anthony Nash
Department of Chemistry
University College London
________________________________________
From: Tom Lane [[email protected]]
Sent: 11 February 2015 22:13
To: Merle Reinhart
Cc: Nash, Anthony; [email protected]
Subject: Re: XQuartz on Yosemite

Merle Reinhart <[email protected]> 
<db3pr01mb0764312618e5b3b1b8297c2dc7...@db3pr01mb0764.eurprd01.prod.exchangelabs.com>
 writes:
> If you use ssh -Y then ssh should automagically manage it all (assuming you 
> trust the servers you are connecting to).

Yeah ... it's working fine for me on Yosemite.

> One thing to check is that your system has the Xquartz added xauth
> entries at the bottom of the /etc/sshd_config and /etc/ssh_config files.

This is likely the root of Anthony's issue; I seem to recall having noted
some problems with those files during my last upgrade.  I do not see
anything of note in /etc/sshd_config, but that wouldn't be relevant for
ssh'ing out anyway.  The tail of my /etc/ssh_config is

#   VisualHostKey no
#   ProxyCommand ssh -q -W %h:%p gateway.example.com

# XAuthLocation added by XQuartz (http://xquartz.macosforge.org)
Host *
    XAuthLocation /opt/X11/bin/xauth

If you're afraid to monkey with that file by hand, reinstalling XQuartz
would probably fix it for you.

                        regards, tom lane
 _______________________________________________
Do not post admin requests to the list. They will be ignored.
X11-users mailing list      ([email protected])
Help/Unsubscribe/Update your Subscription: 
https://lists.apple.com/mailman/options/x11-users/archive%40mail-archive.com

This email sent to [email protected]

Reply via email to