| 16435 |
</section> |
</section> |
| 16436 |
<section id="_secure_x_terminal_via_internet"> |
<section id="_secure_x_terminal_via_internet"> |
| 16437 |
<title>Secure X terminal via Internet</title> |
<title>Secure X terminal via Internet</title> |
| 16438 |
<simpara>Secure X terminal via Internet, which displays remotely run entire X desktop environment, can easily achieved by using specialized package such as <literal>sdm</literal> and <literal>ldm</literal>. Your local machine becomes a secure thin client to the remote application server connected via SSH.</simpara> |
<simpara>Secure X terminal via Internet, which displays remotely run entire X desktop environment, can easily achieved by using specialized package such as <literal>ldm</literal>. Your local machine becomes a secure thin client to the remote application server connected via SSH.</simpara> |
| 16439 |
<simpara>If you want to add similar feature to your normal display manager <literal>gdm</literal>, create executable shell script at "<literal>/usr/local/bin/ssh-session</literal>" as:</simpara> |
<simpara>If you want to add similar feature to your normal display manager <literal>gdm</literal>, create executable shell script at "<literal>/usr/local/bin/ssh-session</literal>" as:</simpara> |
| 16440 |
<screen>#!/bin/sh -e |
<screen>#!/bin/sh -e |
| 16441 |
# Based on gdm-ssh-session in gdm source (GPL) |
# Based on gdm-ssh-session in gdm source (GPL) |