Re: [expert] Remote Access of Root

2000-07-06 Thread David Talbot
You can telnet in as root if you really want to, all you have to do is (as root of course) vi /etc/securetty At the end of the file append: 0 1 2 3 4 5 6 7 8 9 0 What this file does is say what ttys are allowed to login as root. Doing the above essentially allows all. Not suggested for a product

RE: [expert] Remote Access of Root

2000-07-06 Thread Jeroen Verhoeven
Do a 'su -' to have the same path and environment as root. -Original Message- From: Ken Wilson [mailto:[EMAIL PROTECTED]] Sent: woensdag 5 juli 2000 15:39 To: [EMAIL PROTECTED] Subject: RE: [expert] Remote Access of Root Log in as a regular user to the remote machine and then

Re: [expert] Remote Access of Root

2000-07-05 Thread Nightwriter
All, Forgive me for butting in on this one but I ran into the same situation on 7.0 when I chose a security level above medium on the install and here is what I did to get telnet et al back 1. uncomment the lines in inetd.conf concerning telnet and ftp. 2. uncomment the telnet and ftp lin

Re: [expert] Remote Access of Root

2000-07-05 Thread Civileme
Richard Fiedler wrote: > I have Mandrake 7.1 up and running and for maintenance purposes I want to > log on remotely as root for telnet and ftp from another system. > > Right now this seems to be defeated by the system. Can I change this? Ummm, ssh is better than telnet for your purposes, I wou

RE: [expert] Remote Access of Root

2000-07-05 Thread Frank Meurer
On Wed, 5 Jul 2000, Richard Fiedler wrote: > I have Mandrake 7.1 up and running and for maintenance purposes I want to > log on remotely as root for telnet and ftp from another system. > > Right now this seems to be defeated by the system. Can I change this? 1.) Never ever login as root! 2.) If

RE: [expert] Remote Access of Root

2000-07-05 Thread John Aldrich
On Wed, 05 Jul 2000, you wrote: > Log in as a regular user to the remote machine and then do an 'su' to root > once you're logged in. > > -Original Message- > From: Richard Fiedler [mailto:[EMAIL PROTECTED]] > Sent: July 5, 2000 5:25 AM > To: [EMAIL PROTECTED] > Subject: [expert] Remote A

RE: [expert] Remote Access of Root

2000-07-05 Thread Matt Stegman
Or better yet, install SSH, so your sessions are encrypted, and you're not sending your root password in plaintext all over the Internet. -Matt Stegman <[EMAIL PROTECTED]> On Wed, 5 Jul 2000, Ken Wilson wrote: > Log in as a regular user to the remote machine and then do an 'su' to root > once y

Re: [expert] Remote Access of Root

2000-07-05 Thread Sevatio Octavio
Log on as regular user and then switch over to SU. Seve -Original Message- From: Richard Fiedler <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] <[EMAIL PROTECTED]> Date: Wednesday, July 05, 2000 6:21 AM Subject: [expert] Remote Access of Root >I have Mandrake 7.1 up and running and for main

Re: [expert] Remote Access of Root

2000-07-05 Thread Ellick Chan
On Wed, 5 Jul 2000, Richard Fiedler wrote: > Date: Wed, 05 Jul 2000 15:24:46 +0300 > From: Richard Fiedler <[EMAIL PROTECTED]> > Reply-To: [EMAIL PROTECTED] > To: [EMAIL PROTECTED] > Subject: [expert] Remote Access of Root > > I have Mandrake 7.1 up and running and for maintenance purposes I wan

Re: [expert] Remote Access of Root

2000-07-05 Thread Alexander Skwar
On Wed, Jul 05, 2000 at 03:24:46PM +0300, Richard Fiedler wrote: > Right now this seems to be defeated by the system. Can I change this? I suppose you could, but the "normal" way is to login as user and then to "su" to the root account only when needed. Alexander Skwar -- Homepage: http:/

Re: [expert] Remote Access of Root

2000-07-05 Thread Cecil Watson
You cannot telnet in as root. Telnet in as a regular user the su to root. Even better USE SSH. SSH encrypts the connection and allows root log in! - Original Message - > I have Mandrake 7.1 up and running and for maintenance purposes I want to > log on remotely as root for telnet and ft

Re: [expert] Remote Access of Root

2000-07-05 Thread Hoyt
- Original Message - From: "Richard Fiedler" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, July 05, 2000 8:24 AM Subject: [expert] Remote Access of Root > I have Mandrake 7.1 up and running and for maintenance purposes I want to > log on remotely as root for telnet and ft

Re: [expert] Remote Access of Root

2000-07-05 Thread jlemay
> I have Mandrake 7.1 up and running and for maintenance purposes I want to > log on remotely as root for telnet and ftp from another system. > > Right now this seems to be defeated by the system. Can I change this? > I'm not sure in which of two places the problem lies. First, if you cannot

Re: [expert] Remote Access of Root

2000-07-05 Thread dallard
Richard I think that the defaults for telnet and FTP can be changed to allow root access. However I do not recommend this. You should create another account with limited privileges that you ftp/telnet into, and then su to root. This is a lot safer, and does not require you to modify any file

RE: [expert] Remote Access of Root

2000-07-05 Thread Ken Wilson
Log in as a regular user to the remote machine and then do an 'su' to root once you're logged in. -Original Message- From: Richard Fiedler [mailto:[EMAIL PROTECTED]] Sent: July 5, 2000 5:25 AM To: [EMAIL PROTECTED] Subject: [expert] Remote Access of Root I have Mandrake 7.1 up and runni