![]()
Benötigte Programme auf dem PC:
X-Server: xwin32
Aktuelle Version 5.44 enthält einen ssh-Verbindungsmodus mit Kommando-Feld
ssh-Client:
Empfohlen:SSHSecureShellClient-3.2.9
Obsolete:C.Igaly oder TeraTerm+ssh-Erw.
secureX11:
# << X11-Session ueber ssh-Kommando >>
# Version fuer alle ssh Window Clienten ........... 25.02.00/Mq
#
if [[ -f $HOME/.ssh/identity || -f $HOME/.ssh/id_rsa ]]
then
eval $(ssh-agent)
ssh-add
fi
xclock -g 100x100-0+0 &
xload -g 150x100-112+0 &
xbiff -g -290+0 &
xrdb -merge $HOME/.Xresources
/opt/X11R6/bin/xterm -ls -g 80x50+0+135 -n `hostname` -sb &
exec xsession -g 660x100+0+0 -title "`date '+xsession: %a %d.%h %y'`"\
-nostartup -defaultWM CTWM &
wait %5
kill -9 %1 %2 %3 %4
if [[ ( -n $SSH_AGENT_PID) ]]
then
ssh-agent -k
fi
Hinweis:
$ netscape -display mypc:0 # unverschlüsselt
Leibniz Universität IT Services - URL: www.rrzn.uni-hannover.de/ssh_xdmcp.html
mq, Letzte Änderung: 02.02.2005
Copyright Gottfried Wilhelm Leibniz Universität Hannover