1838244 Members
4676 Online
110125 Solutions
New Discussion

LOGIN WITHOUT PASSWORD

 
SOLVED
Go to solution
avm
Contributor

LOGIN WITHOUT PASSWORD

Hi friends,

I want to get a clear picture of hosts.equiv
and rhosts
i ahve put host name username in hosts.equiv
but still it is asking for password
its like this
HOST root
Is any thing else is required with which i can login in to the second system with root rights
with out knowing the passwd
because very frequently they will change the password


thanks in advance
avm
7 REPLIES 7
Rob Smith
Respected Contributor
Solution

Re: LOGIN WITHOUT PASSWORD

Hi, put + root in your .rhosts file and you should have no problem. Hope this helps.

Rob

Learn the rules so you can break them properly.
James R. Ferguson
Acclaimed Contributor

Re: LOGIN WITHOUT PASSWORD

HI:

Make sure your hostname is a fully-qualified domain name.

...JRF...
Douglas Cromby_1
Valued Contributor

Re: LOGIN WITHOUT PASSWORD

Using hosts.equiv does not work with root. I think that it is a safety feature. If you want to have root capabilities on another server, you will have to add a .rhosts file for the root user of the other server.
John Bolene
Honored Contributor

Re: LOGIN WITHOUT PASSWORD

Points police checking in....
This member has assigned points to 5 of 42 responses to his/her questions.
It is always a good day when you are launching rockets! http://tripolioklahoma.org, Mostly Missiles http://mostlymissiles.com
Rob Smith
Respected Contributor

Re: LOGIN WITHOUT PASSWORD

John,

Good call I think more people need to do what you just did, I know I will from now on.

Regards,
Rob

Learn the rules so you can break them properly.
Vincenzo Restuccia
Honored Contributor

Re: LOGIN WITHOUT PASSWORD

Check $HOME/.rhosts,/etc/hosts,/etc/hosts.equiv,/var/adm/inetd.sec.
avm
Contributor

Re: LOGIN WITHOUT PASSWORD

Hai friends,

Thanks for the val. informations provided by u all