3

I have a commercial product that allows users to connect to various SSH end-points. Currently these users are forced to download and use Putty... Seems pretty straightforward, except that my SSH end-points require RSA/Private Key authentication. So now connectivity to these end-points is becoming a pain, because I need to explain to my users how to: 1) Download and configure Putty. 2) Manage, configure and use their PEM private keys. I would like to make everything transparent by 'just working' through the browser. I own all information (both IP addresses and PEM connectivity keys), so is there such a thing as a browser based SSH that is both capable and can access RSA keys for connectivity?

LoneRanger
  • 1,909
  • 2
  • 13
  • 13
  • Do you really want an online SHH client handling & storing all of your sensitive connection string information? – rlb.usa Jul 06 '10 at 22:01
  • A Java Applet is run locally from the users' machines; nothing but the (signed) binary is stored on the server. – Borealid Jul 06 '10 at 22:06

3 Answers3

2

MindTerm, from http://www.appgate.com/index/products/mindterm/mindterm_features.html , has a limited-use free license and supports the features you want.

JCTerm is completely free.

Borealid
  • 95,191
  • 9
  • 106
  • 122
0

FireSSH is the best tool provided by Google chrome browser,install the firessh from the url,

https://chrome.google.com/webstore/detail/firessh/mcognlamjmofcihollilalojnckfiajm

Balayesu Chilakalapudi
  • 1,386
  • 3
  • 19
  • 43
0

Have you tried SSHtools? I think GSI-SSHTerm is derived from it. GSI-SSHTerm is still actively supported as far as I'm aware. I supports the Grid Security Interface (GSI), so may have more features than you need.

Bruno
  • 119,590
  • 31
  • 270
  • 376