Top List Search Help RSS Login

How to enable X11 Forwarding with SSH on Mac OSXの変更点

  • 追加された行はこのように表示されます。
  • 削除された行はこのように表示されます。
!!!How to enable X11 Forwarding with SSH on Mac OSX
{{category All of Data Analysis System(Servers and Terminals)}}
{{category Data analysis servers(anam* and anah*)}}
{{category Network}}

If you use Mac OSX and access the Data Analysis Servers via SSH, 
you may encounter the following warnings and have problems 
starting X-based applications.

 Warning: untrusted X11 forwarding setup failed: xauth key data not generated
 Warning: No xauth data; using fake authentication data for X11 forwarding.

If you have the trouble, please see the following potential 
workarounds.

 1. Enable X11 Forwarding with the 'ForwardX11 yes' option 
   set in '/etc/ssh_config'

 2. Use the option '-Y' in the SSH command

  % ssh -X -Y userid@anam...