...
Perform the following steps to start an Xsession via SSH.
Step | Command | |
---|---|---|
1 | Start Xephyr. |
Parameters:
For more information refer to the man-pages of your Linux system. |
2 | Start an xterm inside Xephyr and create a SSH connection to HP-UX. |
|
3 | Wait for the password prompt inside the xterm window and enter the password for the HP-UX user. | |
4 | An X-Session for the user will open in the Xephyr window. |
Using XDMCP
Before using the X-server, XDMCP must be enabled on the guest system. XDMCP allows the HP-UX dtlogin screen to be displayed on remote X-Servers upon request of the X-Server.
...
Perform the following steps to enable XDMCP on HP-UX:
Step | Description | |
---|---|---|
1 | Create a system-specific copy of the Xconfig file | # cp /usr/dt/config/Xconfig /etc/dt/config/Xconfig |
2 | Enable XDMCP. | Edit the file:
Locate the following line and insert a comment character, '#', at the beginning of the line. Save the file. |
3 | Restart the X-server. |
(If there is no dtlogin file in /etc/init.d, you first have to run |
Configure the Font Server
...