This is obviously well thought out but so far over my head, I'd need a beanstalk to reach it.
#1 I understand though I cannot figure out how to assign it.
#2 and #3 are a little blurry. I think I understand you to say that SSH2 text and offers no ability to communicate via XDMCP which is UDP based. For this reason, to get graphics across SSH2, one has to connect via X11 with pre-configured X11Forwarding which will subsequently allow XDMCP as well as restart SSH2.
Main Topics
Browse All Topics





by: gheistPosted on 2008-12-04 at 09:57:01ID: 23097661
1) iLO does SSH2, HTTP,HTTPS and older versions do telnet. Give it a try in http://ilo_ip:1580/. IP address has to be assigned from system, admin password on tag attached to system.
2) Text mode iLO like SSH2 covers that
3) You can use SSH(2) X11 forwarding and Xming started in listening(passive) mode and launch Xsession (/usr/dt/bin/Xsession or /usr/cde/bin/Xsession or similar)
type locate Xsession or (slow) find / -type f -name Xsession -print to find correct location.
You can avoid Xsession and launch single "xterm &" in SSH session.
Make sure sshd_config allows "X11Forwarding yes" and SSH is restarted after (one of things better be done over iLO or telnet or any other non-ssh connection)
XDMCP is UDP based, SSH(2) offers no instrumentation to forward UDP protocol.