Link to home
Start Free TrialLog in
Avatar of SoLost
SoLostFlag for New Zealand

asked on

SSH client that can be run in a web page

Hi there,
I am producing an admin interface for us to use at work to manage our servers from outside of the office.  Most of it is database driven so creating the pages to manage that has been easy.

What I am now after is a way to embed an SSH client into a web page that connects to the linux boxes via the web server, not the client PC.  This will allow us to log into the boxes from remote locations where we don't have access to VPN and SSH clients.

All I can find on the internet is browser based java SSH clients but I need one that actually connects to the servers from the Web Server as we do not expose the SSH ports externally.

Does anybody know of a product that can do this on IIS6 using ASP.NET?
Avatar of thetmanvn
thetmanvn
Flag of Viet Nam image

Hi Solost,

There're some commercial lib for asp.net but I guess you didn't mean them.
If your purpose is only for your teams only, I thought you should use plink.exe (part of famous putty package) then you in the console output directly in your web pages.

See the usage of plink here:
http://the.earth.li/~sgtatham/putty/0.60/htmldoc/Chapter7.html#plink

Download links:
http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html

Hope this help,
T-Man
Avatar of SoLost

ASKER

Yes, I had thought of using Plink but if I can I'd rather have a proper console window as opposed to one off commands.

What is this commercial lib that you are speaking of?
ASKER CERTIFIED SOLUTION
Avatar of thetmanvn
thetmanvn
Flag of Viet Nam image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial