OK, here's the situation. I have knoppix-intstalled a whole LAN for my Computer Science students to use. They had great success using a ssh server I set up to save their work. First thing they do, after booting their PCs, is go to a shell and type something like ssh -X mrg@10.10.2.5 which turns the local shell to a secure shell logged-in to the remote ssh server. They write thier code with KATE or KWRITE and use other apps remotely with X forwarding.

The problem is that they are now learning to write java applets and find that they cannot run applets with KONQUEROR thru the ssh shell. They have to use fish to download the file locally and run it from there! Is there some way to avoid this?

TIA,