1833601 Members
3219 Online
110061 Solutions
New Discussion

Remsh

 
SOLVED
Go to solution
Nantambu Starks_1
Occasional Contributor

Remsh

Does a user need an account on a remote machine to be able to rlogin and/or remsh to it without having to provide a password?

Any assistance/guidance on this would be appreciated.
6 REPLIES 6
Keith Bryson
Honored Contributor

Re: Remsh

Yes and a .rhosts file in their home directory.

Keith
Arse-cover at all costs
Pete Randall
Outstanding Contributor
Solution

Re: Remsh

Or a /etc/hosts.equiv file instead of a .rhosts file.


Pete

Pete
Keith Bryson
Honored Contributor

Re: Remsh

You can also use hosts.equiv (on the remote system) to define equivalent users' access to the remote system.

Keith
Arse-cover at all costs
Keith Bryson
Honored Contributor

Re: Remsh

Sorry Pete, there's an echo in here!!

Keith
Arse-cover at all costs
Nantambu Starks_1
Occasional Contributor

Re: Remsh

So, whether I use .rhost or hosts.equiv, I definitely have to have a user account on the remote machine?
Nantambu Starks_1
Occasional Contributor

Re: Remsh

The answers that were given solved my problem