http://appgate.com is no 1 free solution for web based ssh client. So using this web based java ssh applet you can connect to any server which configured to access via ssh. But free version of appgate mindterm applet does not come as signed applet. Browsers don;t allow you to connect remote servers if applet is not properly signed.
Signing mindterm.jar for use with SUN Java VM:
- install the Java SDK from http://java.sun.com/j2se/downloads.html - Create a key: keytool -alias keyname -genkey - Sign mindterm.jar: jarsigner mindterm.jar keyname




It works. Thanks!!!