>320
ありがとうございます。
ssh -2 -l ${remote_username} ${remote_hostname} \
"env DISPLAY=`hostname`${DISPLAY} ${xprogname}"
こんな感じのスクリプトを実行するか、
あるいはssh -2 ${remote_username}@${remote_hostname}
でログインして、DISPLAYを設定して表示させています。