Need a SSH emulator that can be launched from WEB

weiping.hu_at_sun.com
Date: 04/19/05


Date: 18 Apr 2005 16:14:25 -0700

Hi:
Here is what I want to do:
>>From a web page, user can choose a server and click on a button "open
connection". A SSH window show up with the user logged into the server
already(via SSH), and user can enter the command they want.

There are 2 points here:
1. I want to implicitly log the user into the server to save them from
typing the user name and password, since I know that already.
2. For some restriction, user can't directly ssh into the server they
chosen, they have to ssh into a management server (in the same machine
as the web server), and then ssh into the server they chosen from the
management server. I want to do this for the user. So this redirect is
hidden from them.

Do you know any product that can do this? Any information is
appreciated.

Thanks!