Java ssh client

From SHellium Wiki
Jump to: navigation, search
Geographylogo.png In other languages: English | Afrikaans | Albanian | Arabic | Brazilian | Bulgarian | Catalan | Chinese | Croatian | Czech | Danish | Dutch | Esperanto | Estonian | Filipino | Finnish | Flemish | French | German | Greek | Hebrew | Hindi | Hungarian | Indonesian | Italian | Japanese | Latvian | Lithuanian | Macedonian | Malay | Malayalam | Norwegian (Bokmål) | Norwegian (Nynorsk) | Persian | Polish | Portuguese | Romanian | Russian | Serbian | Slovak | Slovenian | Spanish | Swedish | Turkish | Ukrainian | Urdu

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.

Personal tools
Namespaces

Variants
Actions
Navigation
Indexes
SHellium Sites
Toolbox