Linux Newbie help
 help / color / mirror / Atom feed
* auto login
@ 2002-09-15 16:19 a a
  2002-09-15 17:05 ` Elias Athanasopoulos
  2002-09-16  8:05 ` ichi
  0 siblings, 2 replies; 9+ messages in thread
From: a a @ 2002-09-15 16:19 UTC (permalink / raw)
  To: linux-newbie

Hello
Is there a way i can automatically login as root when i boot up the 
computer?



_________________________________________________________________
Send and receive Hotmail on your mobile device: http://mobile.msn.com

-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: auto login
  2002-09-15 16:19 auto login a a
@ 2002-09-15 17:05 ` Elias Athanasopoulos
  2002-09-15 18:03   ` 1stFlight
  2002-09-25 18:48   ` LL Phillips
  2002-09-16  8:05 ` ichi
  1 sibling, 2 replies; 9+ messages in thread
From: Elias Athanasopoulos @ 2002-09-15 17:05 UTC (permalink / raw)
  To: a a; +Cc: linux-newbie

On Sun, Sep 15, 2002 at 04:19:10PM +0000, a a wrote:
> Hello
> Is there a way i can automatically login as root when i boot up the 
> computer?

Maybe, but I hope there isn't. This is totally insecure.

Elias

-- 
http://gnewtellium.sourceforge.net			MP3 is not a crime.	
-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: auto login
  2002-09-15 17:05 ` Elias Athanasopoulos
@ 2002-09-15 18:03   ` 1stFlight
  2002-09-25 18:48   ` LL Phillips
  1 sibling, 0 replies; 9+ messages in thread
From: 1stFlight @ 2002-09-15 18:03 UTC (permalink / raw)
  To: linux-newbie

Yes, KDE 3.0 offers that, but like Elias said, totally insecure... anyone can 
jump on and be you, only useful for home machines. 

                                                                                                                                        Darryl


On Sunday 15 September 2002 01:05 pm, Elias Athanasopoulos wrote:
> On Sun, Sep 15, 2002 at 04:19:10PM +0000, a a wrote:
> > Hello
> > Is there a way i can automatically login as root when i boot up the
> > computer?
>
> Maybe, but I hope there isn't. This is totally insecure.
>
> Elias

-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: auto login
  2002-09-15 16:19 auto login a a
  2002-09-15 17:05 ` Elias Athanasopoulos
@ 2002-09-16  8:05 ` ichi
  1 sibling, 0 replies; 9+ messages in thread
From: ichi @ 2002-09-16  8:05 UTC (permalink / raw)
  To: a a; +Cc: linux-newbie

a a wrote:
> 
> Is there a way i can automatically login as 
> root when i boot up the computer?

If you look in /etc/inittab, you will probably find
(down near the bottom) a group of lines that look 
something like this:
---------------------------------------------
c1:1235:respawn:/sbin/agetty 38400 tty1 linux
c2:1235:respawn:/sbin/agetty 38400 tty2 linux
c3:1235:respawn:/sbin/agetty 38400 tty3 linux
---------------------------------------------

It is the getty that prompts for the login name.
To avoid the login prompt, you can edit the line 
to go directly to bash:
--------------------------------
c1:1235:respawn:/bin/bash -login
--------------------------------

I use this technique for a NFS server (no keyboard, no VDU) 
that only gets turned on occasionally.  It runs in a ramdisk 
(using a BasicLinux foundation) and automatically mounts and
serves the target drive (read-only).  Turn it on when you 
need it, turn it off when you're done, no worries.

Cheers,
Steven

______________________________
http://www.volny.cz/basiclinux

-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: auto login
@ 2002-09-16  8:33 a a
  0 siblings, 0 replies; 9+ messages in thread
From: a a @ 2002-09-16  8:33 UTC (permalink / raw)
  To: linux-newbie

ahh its not becuase im "too lazy", the reason i asked this was because
i am running a pc/104 and attached to this is a gps receiver..i am using the 
pc as a data logger for the receiver. it needs to be portable so i am 
removing the keyboard, hence the question...

thanks for the replies!



>From: Gavin Laking <me@gavinlaking.co.uk>
>To: "a a" <xlsd@hotmail.com>
>Subject: Re: auto login
>Date: Sun, 15 Sep 2002 17:30:51 +0100
>
>At 16:19 15/09/2002 +0000, you wrote:
>>Hello
>>Is there a way i can automatically login as root when i boot up the 
>>computer?
>
>If there was, would you really want to do that? I mean, stop. Think very 
>carefully about what can happen if you are root and something goes wrong. 
>Is it really worth compromising your entire system just because you are too 
>lazy (and I think that is all that it comes down to in the end, pardon me) 
>to type a password in every time you want to perform an operation that 
>requires root privileges.
>
>There are ways to log you in as a user by default in your session-managed 
>window manager but they depend heavily on what system you are using. Since 
>you haven't provided those details, it makes it next to impossible to 
>advise you.
>
>I hope you don't find my response too harsh, but I'm attempting to stir you 
>into rational thinking. :-)
>
>GL
>
>--
>Gavin Laking ~ Web Development Daemon
>
>http://www.gavinlaking.co.uk
>--




_________________________________________________________________
Send and receive Hotmail on your mobile device: http://mobile.msn.com

-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: auto login
@ 2002-09-16  8:34 a a
  0 siblings, 0 replies; 9+ messages in thread
From: a a @ 2002-09-16  8:34 UTC (permalink / raw)
  To: linux-newbie

ahh its not becuase im "too lazy", the reason i asked this was because
i am running a pc/104 and attached to this is a gps receiver..i am using the 
pc as a data logger for the receiver. it needs to be portable so i am 
removing the keyboard, hence the question...

thanks for the replies!



>From: Gavin Laking <me@gavinlaking.co.uk>
>To: "a a" <xlsd@hotmail.com>
>Subject: Re: auto login
>Date: Sun, 15 Sep 2002 17:30:51 +0100
>
>At 16:19 15/09/2002 +0000, you wrote:
>>Hello
>>Is there a way i can automatically login as root when i boot up the 
>>computer?
>
>If there was, would you really want to do that? I mean, stop. Think very 
>carefully about what can happen if you are root and something goes wrong. 
>Is it really worth compromising your entire system just because you are too 
>lazy (and I think that is all that it comes down to in the end, pardon me) 
>to type a password in every time you want to perform an operation that 
>requires root privileges.
>
>There are ways to log you in as a user by default in your session-managed 
>window manager but they depend heavily on what system you are using. Since 
>you haven't provided those details, it makes it next to impossible to 
>advise you.
>
>I hope you don't find my response too harsh, but I'm attempting to stir you 
>into rational thinking. :-)
>
>GL
>
>--
>Gavin Laking ~ Web Development Daemon
>
>http://www.gavinlaking.co.uk
>--




_________________________________________________________________
Chat with friends online, try MSN Messenger: http://messenger.msn.com

-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: auto login
  2002-09-15 17:05 ` Elias Athanasopoulos
  2002-09-15 18:03   ` 1stFlight
@ 2002-09-25 18:48   ` LL Phillips
  2002-09-25 19:23     ` pa3gcu
  1 sibling, 1 reply; 9+ messages in thread
From: LL Phillips @ 2002-09-25 18:48 UTC (permalink / raw)
  To: Elias Athanasopoulos; +Cc: linux-newbie

If you buy LINDOWS root is the default user.
Lorraine

http://www.osnews.com/story.php?news_id=1803&page=3



Elias Athanasopoulos wrote:
> 
> On Sun, Sep 15, 2002 at 04:19:10PM +0000, a a wrote:
> > Hello
> > Is there a way i can automatically login as root when i boot up the
> > computer?
> 
> Maybe, but I hope there isn't. This is totally insecure.
> 
> Elias
> 
> --
> http://gnewtellium.sourceforge.net                      MP3 is not a crime.
> -
> To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at http://www.linux-learn.org/faqs
-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: auto login
  2002-09-25 18:48   ` LL Phillips
@ 2002-09-25 19:23     ` pa3gcu
  2002-09-26  8:10       ` Elias Athanasopoulos
  0 siblings, 1 reply; 9+ messages in thread
From: pa3gcu @ 2002-09-25 19:23 UTC (permalink / raw)
  To: LL Phillips, Elias Athanasopoulos; +Cc: linux-newbie

On Wednesday 25 September 2002 18:48, LL Phillips wrote:
> If you buy LINDOWS root is the default user.
> Lorraine

The principles of linux are being explioted by Lindows, (by that i mean) get 
everyone to operate as root, before you know it linux will be just as 
vunarable as Windows, then windows gets it market share back again because we 
will see more and more users reading mail as root, then in turn we we have 
more and more mail viruses that can and will be spread via root/linux systems.

What Elias wants is a protentioal security hole in his system by asking for a 
"root autologin".
There maybe such things, but i cannot see the point of them, linux is all 
about security, where are the old days gone when even the word root was out 
of order in a conversation.

Just my 2c's worth.

>
> http://www.osnews.com/story.php?news_id=1803&page=3
>
> Elias Athanasopoulos wrote:
> > On Sun, Sep 15, 2002 at 04:19:10PM +0000, a a wrote:
> > > Hello
> > > Is there a way i can automatically login as root when i boot up the
> > > computer?
> >
> > Maybe, but I hope there isn't. This is totally insecure.
> >
> > Elias

-- 
Regards Richard
pa3gcu@zeelandnet.nl
http://people.zeelandnet.nl/pa3gcu/

-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: auto login
  2002-09-25 19:23     ` pa3gcu
@ 2002-09-26  8:10       ` Elias Athanasopoulos
  0 siblings, 0 replies; 9+ messages in thread
From: Elias Athanasopoulos @ 2002-09-26  8:10 UTC (permalink / raw)
  To: pa3gcu; +Cc: LL Phillips, linux-newbie

On Wed, Sep 25, 2002 at 07:23:29PM +0000, pa3gcu wrote:
> On Wednesday 25 September 2002 18:48, LL Phillips wrote:
> > If you buy LINDOWS root is the default user.
> > Lorraine
> 
> What Elias wants is a protentioal security hole in his system by asking for a 
> "root autologin".

Just for the record, it wasn't me who asked for such a thing.

> > Elias Athanasopoulos wrote:
> > > On Sun, Sep 15, 2002 at 04:19:10PM +0000, a a wrote:
> > > > Hello
> > > > Is there a way i can automatically login as root when i boot up the
> > > > computer?
> > >
> > > Maybe, but I hope there isn't. This is totally insecure.
> > >
> > > Elias


Ciao,
 Elias
 
-- 
http://gnewtellium.sourceforge.net			MP3 is not a crime.	
-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2002-09-26  8:10 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-09-15 16:19 auto login a a
2002-09-15 17:05 ` Elias Athanasopoulos
2002-09-15 18:03   ` 1stFlight
2002-09-25 18:48   ` LL Phillips
2002-09-25 19:23     ` pa3gcu
2002-09-26  8:10       ` Elias Athanasopoulos
2002-09-16  8:05 ` ichi
  -- strict thread matches above, loose matches on Subject: below --
2002-09-16  8:33 a a
2002-09-16  8:34 a a

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox