GUIなしCentOSでX Forwarding

まずはsshの設定(/etc/ssh/sshd_config)
X11Forwarding yes

次にxorg-x11-xauthのインストール
#yum install xorg-x11-xauth

最後にfirewallの設定(iptables)
tcpの6010くらいを通す.


リモートホスト側では,
puttyの”Enable X11 forwarding”をチェック.

ゲートサーバにログインしたら,ssh -X remote2にログイン.

参考URL
http://dragonwall.net/xdeep-putty.html
http://www.brandonhutchinson.com/wiki/X11Forwarding_needs_xorg-x11-xauth
http://home.bolink.org/ebooks/Networking2/ssh/ch09_03.htm