So sprach rharvey am Sun, Oct 29, 2000 at 05:54:45PM -0600:
> how do you setup a second user to have the same access as root
> a user that will be able to change root password.

Don't know, but here's yet another solution:

Install all the openssh packages, run ssh-keygen as a normal user, copy this
users ~/.ssh/identity.pub to some visible place (like /tmp), append it to
roots ~/.ssh/authorized_keys (cat /tmp/identity.pub >>
/root/.ssh/authorized_keys) and login as root via �ssh root@localhost�.  And
if you login via �ssh -X root@localhost� you will even be able to run X apps
with no problems.  Now, if you don't set a password when running ssh-keygen,
you don't have to enter one.

Alexander Skwar
-- 
Homepage:       http://www.digitalprojects.com | http://www.dp.ath.cx
Sichere Mail?   Mail an [EMAIL PROTECTED] fuer GnuPG Keys
ICQ:            7328191

Keep in touch with http://mandrakeforum.com: 
Subscribe the "[EMAIL PROTECTED]" mailing list.

Reply via email to