Java ssh client
From SHellium Wiki
Contents |
How to set up a Java SSH client
Step 1
Download the latest version of mindterm java ssh client from www.appgate.com
Step 2
Upload the file mindterm.jar from the mindterm zip to your public_html folder
Step 3
Create a file called ssh.html in your public_html folder with the following contents:
<APPLET ARCHIVE="mindterm.jar" CODE="com.mindbright.application.MindTerm.class" WIDTH=0 HEIGHT=0> <PARAM NAME="rows" VALUE="25"> <PARAM NAME="cols" VALUE="80"> <PARAM NAME="server" VALUE="ssh.shellium.org"> <PARAM NAME="port" VALUE="22"> <PARAM NAME="sepframe" VALUE="true"> <PARAM NAME="verbose" VALUE="true"> <PARAM NAME="debug" VALUE="false"> <PARAM NAME="quiet" VALUE="true"> <PARAM NAME="bg-color" VALUE="black"> <PARAM NAME="fg-color" VALUE="white"> <PARAM NAME="menu.module.disable" VALUE="true"> <PARAM NAME="menu.tunnel.disable" VALUE="true"> </APPLET>
Step 4
To start the client, browse to http://ssh.shellium.org/~yourusername/ssh.html and it will connect to ssh.shellium.org on port 22.