[K12OSN] NEW HOWTO - Setup a Simple Application Server - PART V

Immanuel Derks I.Derks at translucent.nl
Fri Aug 6 11:23:30 UTC 2004


On Thu, 2004-08-05 at 17:55, Gavin Spurgeon wrote:
> Hi List...
>   
>  I have done Part V, Part V goes through howto make desktop
>  launchers to the apps on your new Appserver..
>  go have a quick look @ http://www.leighctc.kent.sch.uk/gsp/
>  Click on the Application Server HOWTO
>   

Nicely done. We did the same kind of seperation of X & Apps but make the
scripting a little different:

-There is no need for expect or tcl, juist

ssh-keygen -t rsa -f ~/.ssh/id_rsa -C '' -N ''

will generate keys without the need for user intervention.
Likewise will 

ssh-keyscan -t rsa "appserver_ip,xserver_ip " > ~/.ssh/known_hosts

obsolete the need for user intervention while handshaking with the
server.

We put this as a little script in de /etc/X11/xinit/xinitrc.d/ dir so
the keys are generated on the fly while users login through GDM/KDM.
The old keys are throw away while logging out with the purge_user
script. (added for a little more security).

The appserver needs it's home dirs to be mounted on the X_server because
apps like mozilla and openoffice generate a lot of userdependant data,
also does it make for consistent file browsing to be on "1" server.

Kind regards,
Immanuel Derks 





More information about the K12OSN mailing list