Based on those instructions when you ran: ica -createkeypair on the master you created a public and private key pair to encrypt the traffic between the clients and the server. That means the public key needs to be on each of the client machines in a known location so it can be used to decrypt the traffic.
when it says "cp /location/of/public/key/created/on/the/master /etc/italc/keys/public/teacher" what it means is copy the public key from the master server and place it in /etc/italc/keys/public/teacher on each client. From the previous instructions that should be located at /etc/italc/keys/public/teacher on the master server. On Wed, May 14, 2008 at 1:29 PM, dbclinton <[EMAIL PROTECTED]> wrote: > Has anyone successfully deployed italc-client and italc-server (for > classroom management) on thin clients? I'm stuck trying to apply this > > http://ubuntuforums.org/showthread.php?t=702437&highlight=italc > > and specifically this > > > On the Client Machines > > > > Follow all of the above directions except for the part about key > > creation. > > > > Only execute this direction on the client machines. > > Code: > > mkdir -p /etc/italc/keys/public/teacher > > cp /location/of/public/key/created/on/the/master > /etc/italc/keys/public/teacher > > on thin clients. > > Any ideas? > David Clinton > > > > -- > edubuntu-users mailing list > [email protected] > Modify settings or unsubscribe at: > https://lists.ubuntu.com/mailman/listinfo/edubuntu-users > -- edubuntu-users mailing list [email protected] Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/edubuntu-users
