|
||||||
| Forums FAQ | Members List | Search | Today's Posts | Mark Forums Read |
| Surveys/Polls Share opinions about various topics |
| View Poll Results: Which is 'better' ? | |||
| The traditional sudo/root access methods, like SuSE uses. |
|
34 | 94.44% |
| Ubuntu's sudo-with-my-password, root-with-no-password method. |
|
2 | 5.56% |
| Voters: 36. You may not vote on this poll | |||
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
||||
|
Throw away thought: Ubu's way is unsafe unless you can totally block sudo from selected other users who are inexperienced (e.g. the 10 yr old kdz from next door).
__________________
Drop in and visit some time. |
|
|||
|
Ubuntu's way is supposed to stop people from logging in as root, but at the expense of making the root password effectively the same as any privileged user (in group wheel, I think). So it's not without problems. If a user can be social engineered to do an unsafe sudo operation, then that opens up the system. Sorry, but I'd rather stick with the traditional model and keep the root password different. But then I'm a stick in the mud, what do you expect?
|
|
||||
|
Yast -> Security and Users -> Sudo
Having said that, I haven't used it to configure sudo, since I guess I'm old school. I either su or kdesu anything I need root privileges for. just my 2c... Cheers, KV |
|
|||
|
To make your setup for sudo like Ubuntu, if that's what you want:
visudo and change the config to give superuser permission to users in the group wheel with the user's password Put the privileged users in the group wheel. Test. Disable root login by editing the password hash to be an impossible hash (does not correspond to any plaintext). You might also want to make a wheel user's path include /sbin and /usr/sbin (in front) so that you don't have to type in the full path when using sudo. |
|
||||
|
I prefer su than sudo, su is easier/shorter to type. In my native language su meaning is two lovely mountain
with a green meaning
__________________
People who do not break things first will never learn to create anything |
|
||||
|
+1 for 'su - '
Keeps all the users as regulair users and special access when you need it on the separate root account. Sudo is nice to add to let users start certain applications that need the rights.. The way Ubuntu implements sudo, in my eyes, makes it too easy to do something that can jepordize or flush your system.. Maybe not to bad for a desktop, but I don't like that thought on servers.
__________________
Have a lot of fun! |
|
||||
|
I always set a separate password for the root acount.
I don't ubuntus sudo of using user passwords. I was actually disappointed to see openSUSE offering to let people use the same password for a user and root account. I think it is a dangerous practice akin to all the security problems that have plagued windows over the years. Anyone sitting down in front of a given machine having access to root that easily just seems inherently wrong to me. |
|
|||
|
To be fair to Ubuntu it's only users that have been put in group wheel (this is done by "make user administrator" in GNOME). The first user is in, of course. Very Windowish.
|
![]() |
| Bookmarks |
| Tags |
| security, sudo, ubuntu |
| Thread Tools | |
| Display Modes | |
|
|