Password, Password, Password

How can I login once per session and not have to reenter my root password every time I open YaST, etc. I believe in good security so I use strong passwords and I am also new to Linux which requires a lot of toying around so I have to enter my password over and over every session.

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

You could setup sudoers so you could call ‘sudo /path/to/application’
and have that NOT prompt you for a password. ‘man sudoers’ for more
information. There may be other options, GUI-ish options even, that I
don’t know about though.

Good luck.

Good luck.

OpenSourceRules wrote:
> How can I login once per session and not have to reenter my root
> password every time I open YaST, etc. I believe in good security so I
> use strong passwords and I am also new to Linux which requires a lot of
> toying around so I have to enter my password over and over every
> session.
>
>
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFIwH/33s42bA80+9kRArT0AJ9vXF9oQZ9+lJOxQ9xsTDuBAfCbPwCbBeLA
7LPDsUNG9V1o2/J15NU9mQw=
=omv6
-----END PGP SIGNATURE-----

OpenSourceRules wrote:
> How can I login once per session and not have to reenter my root
> password every time I open YaST, etc. I believe in good security so I
> use strong passwords and I am also new to Linux which requires a lot of
> toying around so I have to enter my password over and over every
> session.
>
>
Another option is start up a terminal and su to privileged user. The
just start yast by running yast2.

If you are going to be doing a lot with YaST, why not leave it open? Minimise it if you won’t want to look at it, and lock your screen when you go away for a while (good idea anyway).

Thanks, thats the way I’m goin’.

On Fri, 2008-09-05 at 00:26 +0000, OpenSourceRules wrote:
> How can I login once per session and not have to reenter my root
> password every time I open YaST, etc. I believe in good security so I
> use strong passwords and I am also new to Linux which requires a lot of
> toying around so I have to enter my password over and over every
> session.

Add your account to the wheel group (openSUSE/SLES 10+) make
sure kdesu is set to use sudo, add (uncomment) the settings for
sudo (visudo) to allow wheel users to administrative things…

When you start graphical yast2 you will be asked to type the
root password… but instead, you will need to provide your own.

Now… this doesn’t keep you from having to type a password…
just keeps you from typing the root password all of the time.

HTH (but I know it’s not exactly what you were looking for)

>
>