MindTerm is a really cool SSH client that you can stick in a webpage and run through your browser. It’s free for personal use, but the applet won’t let you connect to remote hosts unless it’s signed. Fortunately, you can sign the applet yourself in three simple steps. =)
1.) Install the java-devel package.
2.) Generate a key.
keytool -genkey3.) Sign the archive.
jarsigner [path_to_mindterm.jar] mykey
That’s it. Enjoy!
I have it on a test webserver and I connect to it with my phone, as the Treo 650 supports Java.