How to enable telnet with root?

2002-11-27 Thread Alvaro Rosales R.
Hi friends. I would like to enable root access to telnet (I know that it is 
not secure, but I need to make some tests and I don't want to su  to root 
because I loose root variables.
thanks a lot for your answers

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



Re: How to enable telnet with root?

2002-11-27 Thread paul beard
Alvaro Rosales R. wrote:


Hi friends. I would like to enable root access to telnet (I know 
that it is
not secure, but I need to make some tests and I don't want to su 
 to root
because I loose root variables.
thanks a lot for your answers

I'm not going to help you shoot yourself in the foot or anywhere 
else ;-)

Why can't sudo work for you here?


--
Paul Beard / 8040 27th Ave NE / Seattle WA 98115 /
paulbeard [at] mac [ dot] com / 206 529 8400

weblog @ 

Sex is not the answer.  Sex is the question.  "Yes" is the answer.
		-- Swami X


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message


Re: How to enable telnet with root?

2002-11-27 Thread david
On Wednesday 27 November 2002 19:00, Alvaro Rosales R. wrote:
> Hi friends. I would like to enable root access to telnet (I know that it is
> not secure, but I need to make some tests and I don't want to su  to root
> because I loose root variables.

You do? su -l root doesn't do what you need?

> thanks a lot for your answers
>
> To Unsubscribe: send mail to [EMAIL PROTECTED]
> with "unsubscribe freebsd-questions" in the body of the message


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



Re: How to enable telnet with root?

2002-11-27 Thread Giorgos Keramidas
On 2002-11-27 19:00, "Alvaro Rosales R." <[EMAIL PROTECTED]> wrote:
> Hi friends. I would like to enable root access to telnet (I know
> that it is not secure, but I need to make some tests and I don't
> want to su  to root because I loose root variables.

What 'root variables' are you referring to?

Oh, and by the way, logging in as root over TELNET is not a good idea.
You shouldn't do it, unless you really know that you are safe.


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



Re: How to enable telnet with root?

2002-11-27 Thread Konrad Heuer

On Thu, 28 Nov 2002, Giorgos Keramidas wrote:

> On 2002-11-27 19:00, "Alvaro Rosales R." <[EMAIL PROTECTED]> wrote:
> > Hi friends. I would like to enable root access to telnet (I know
> > that it is not secure, but I need to make some tests and I don't
> > want to su  to root because I loose root variables.
>
> What 'root variables' are you referring to?
>
> Oh, and by the way, logging in as root over TELNET is not a good idea.
> You shouldn't do it, unless you really know that you are safe.

Isn't

  su -

what you really need to get a root login shell with all startup files
executed?

Regards
Konrad Heuer



To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



Re: How to enable telnet with root?

2002-11-28 Thread Doug Reynolds
On Thu, 28 Nov 2002 08:27:49 +0100 (CET), Konrad Heuer wrote:

>
>On Thu, 28 Nov 2002, Giorgos Keramidas wrote:
>
>> On 2002-11-27 19:00, "Alvaro Rosales R." <[EMAIL PROTECTED]> wrote:
>> > Hi friends. I would like to enable root access to telnet (I know
>> > that it is not secure, but I need to make some tests and I don't
>> > want to su  to root because I loose root variables.
>>
>> What 'root variables' are you referring to?
>>
>> Oh, and by the way, logging in as root over TELNET is not a good idea.
>> You shouldn't do it, unless you really know that you are safe.
>
>Isn't
>
>  su -
>
>what you really need to get a root login shell with all startup files
>executed?

I use "su -l" any it is the same as logging in as I know

---
doug reynolds | the maverick | [EMAIL PROTECTED]



To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message