Just a follow up on Mindterm, a java Telnet/SSH applet. This can easily be run from the e-smith web server. Of course there are many possibilities for implementing this applet. The best would be to incorporate it into the e-smith-manager. To have a quick look follow these steps: Download Mindterm from http://www.mindbright.se/download/mindtermbin-v199.zip. Note this is a demo version but it works much better then the GPL version in applet use. Check there website for more details. Unzip and you will find 'mindtermfull.jar', the java applet. Create an html page and cut and paste this simple applet code into the page: <applet> <applet archive="mindtermfull.jar" code=mindbright.application.MindTerm.class width=580 height=400> </applet> Save as mindtermfull.html (or whatever you want to name your page) Copy the two files, mindtermfull.jar and mindtermfull.html to any ibay/html directory. Launch the applet by simply entering the appropriate URL in your browser. Example, http://mycompany.com/ibay/mindtermfull.html or even place it in primary/html and take it for a test drive. Regards, Darrell > -----Original Message----- > From: Darrell May [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, January 17, 2001 8:25 AM > To: 'Dan Brown'; Dan York > Cc: E-smith developers list > Subject: RE: [e-smith-devinfo] Telnet "root" access > > > Thanks for the pointer to Mindterm, Dan. Looks great and > easy to implement. > I agree, this would be an awesome addition to the > e-smith-manager interface. > Then this whole entire issue of Telnet/SSH access would go > away.... Also, > you could run Taper and any other gui program from inside the > e-smith-manager. > > Thumbs up Dan :-) > > > -----Original Message----- > > From: Dan Brown [mailto:[EMAIL PROTECTED]] > > Sent: Wednesday, January 17, 2001 7:01 AM > > To: Dan York > > Cc: [EMAIL PROTECTED]; E-smith developers list > > Subject: Re: [e-smith-devinfo] Telnet "root" access > > > > > > Dan York wrote: > > [replying to Garret] > > > > I think it would > > > > be great if it were included in the distro! > > > > > > Hmmm... we *could* do that... but the reality is that > there are many > > > different clients that people might find useful... still > > it's a thought. > > > > I don't know that including something like PuTTY or > > TTSSH would be so > > beneficial (not that I think it's a bad idea), but including > > one of the > > Java ones, like Mindterm. Version 1.2.1 of Mindterm is > > GPL'd, so there > > shouldn't be any license problems, and it seems to work just > > fine. It's > > only about 200k, too. > > > > -- > > Dan Brown, KE6MKS, [EMAIL PROTECTED] > > "Meddle not in the affairs of dragons, for you are crunchy > > and taste good with ketchup." > > > > -- > > This list is archived > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > -- > This list is archived > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] >
