Mountain Lion SSH -X问题
如何通过SSH在Mountain Lion X11转发上运行? 例: ssh -X some@example.com xterm 我的/ etc / sshd_config有 X11Forwarding yes #X11DisplayOffset 10 X11UseLocalhost yes # XAuthLocation added by XQuartz (http://xquartz.macosforge.org) XAuthLocation /opt/X11/bin/xauth 重新启动sshd launchctl stop com.openssh.sshd launchctl start com.openssh.sshd (以及从首选项->共享) 启动XQuatrz,然后从xterm运行 ssh -v -X mrp@192.168.1.17 xterm #this part not works :) 得到了下一个: debug1: Authentication succeeded (keyboard-interactive). …