Re: remote server administration

2002-07-02 Thread Anthony E. Greene
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 01-Jul-2002/15:18 -0400, Mike Burger [EMAIL PROTECTED] wrote: I don't know that it's open source, but is free for use. I looked. It's under the MIT License, which is is very similar to the more well-known BSD License. Both are listed as Open

RE: remote server administration

2002-07-01 Thread Chris Mason
Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Joshua James Sent: Friday, June 21, 2002 10:39 AM To: [EMAIL PROTECTED] Subject: RE: remote server administration How would I do that from Windows? I'm trying hard to use linux but my co-workers are to busy to switch

RE: remote server administration

2002-07-01 Thread KnowHow Support Team
, June 21, 2002 6:43 AM To: [EMAIL PROTECTED] Subject: remote server administration How can I remotely administer a server? I hear that you can't telnet as root but I would rather use the XWindow's interface anyway. Is there a way to use xwindows remotely or even

Re: remote server administration

2002-07-01 Thread Anthony E. Greene
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 01-Jul-2002/10:27 -0400, Chris Mason [EMAIL PROTECTED] wrote: The best SSH client, imho, is SecureCRT. Not free, but excellent. You can pass Xwindows over it, and use Xfree on Cygwin, but you'll find it unnecessary once you get adept at command

Re: remote server administration

2002-07-01 Thread Mike Burger
I don't know that it's open source, but is free for use. On Mon, 1 Jul 2002, Anthony E. Greene wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 01-Jul-2002/10:27 -0400, Chris Mason [EMAIL PROTECTED] wrote: The best SSH client, imho, is SecureCRT. Not free, but excellent. You can

Re: remote server administration

2002-07-01 Thread Gordon Messmer
PuTTY is Free Software; it's MIT licensed. It supports X11 forwarding, scp, and can be used as a pipe (plink.exe). Unix users will like it. On Mon, 2002-07-01 at 12:18, Mike Burger wrote: I don't know that it's open source, but is free for use. On Mon, 1 Jul 2002, Anthony E. Greene wrote:

RE: remote server administration

2002-06-30 Thread Richard N. Rico
use ssh as root.. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Joshua James Sent: Friday, June 21, 2002 6:43 AM To: [EMAIL PROTECTED] Subject: remote server administration How can I remotely administer a server? I hear

Nested X Server [was: remote server administration]

2002-06-29 Thread Werner Puschitz
On 21 Jun 2002, Joshua James wrote: How can I remotely administer a server? I hear that you can't telnet as root but I would rather use the XWindow's interface anyway. Is there a way to use xwindows remotely or even use telnet as root? You can use the nested X server to display a

remote server administration

2002-06-21 Thread Joshua James
How can I remotely administer a server? I hear that you can't telnet as root but I would rather use the XWindow's interface anyway. Is there a way to use xwindows remotely or even use telnet as root? Thanks, Josh ___ Redhat-list mailing list

RE: remote server administration

2002-06-21 Thread ListServ
have you looked at www.webmin.com? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Friday, June 21, 2002 8:43 AM To: [EMAIL PROTECTED] Subject: remote server administration How can I remotely administer a server? I hear that you can't telnet as root but I

Re: remote server administration

2002-06-21 Thread Paul Branston
On Fri, Jun 21, 2002 at 09:42:30AM -0400, Joshua James wrote: How can I remotely administer a server? I hear that you can't telnet as root but I would rather use the XWindow's interface anyway. Is there a way to use xwindows remotely or even use telnet as root? Thanks, Josh Hi

RE: remote server administration

2002-06-21 Thread Michael S. Dunsavage
you can use ssh as root.. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Joshua James Sent: Friday, June 21, 2002 6:43 AM To: [EMAIL PROTECTED] Subject: remote server administration How can I remotely administer a server? I hear that you can't

RE: remote server administration

2002-06-21 Thread Joshua James
James Sent: Friday, June 21, 2002 6:43 AM To: [EMAIL PROTECTED] Subject: remote server administration How can I remotely administer a server? I hear that you can't telnet as root but I would rather use the XWindow's interface anyway. Is there a way to use xwindows remotely or even use

RE: remote server administration

2002-06-21 Thread KnowHow Support Team
as root.. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Joshua James Sent: Friday, June 21, 2002 6:43 AM To: [EMAIL PROTECTED] Subject: remote server administration How can I remotely administer a server? I hear that you can't

RE: remote server administration

2002-06-21 Thread Sentinel Sentinel
Ok. For remote administration I recommend webmin. That should provide most of the control you might be looking for. If you are simply looking for a desktop then try vnc. Personally I recommend using ssh for secure telnet connections to remote servers and using the command line. But at

Re: remote server administration

2002-06-21 Thread Attila Erkal
- Original Message - From: Joshua James [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, June 21, 2002 3:42 PM Subject: remote server administration How can I remotely administer a server? I hear that you can't telnet as root but I would rather use the XWindow's interface

Re: remote server administration

2002-06-21 Thread Patrice DUMAS - DOCT
Hi, You may use tight vnc tunneled through ssh, and use ssh (-C) encryption (ssh gui should have this option too). tight vnc http://www.tightvnc.com/ vnc with ssh http://www.uk.research.att.com/vnc/sshvnc.html If it is possible, you should better not login as root, but su on the other