I want to modify hosts.allow and hosts.deny files so that i can be able to rlogin on nodeA only when i start a new putty session. I should not be allowed rlogin when i try to rlogin from any other node.
i.e.
1. if i start new putty session and rlogin nodeA, it should be allowed.
2. if i do rlogin to nodeA from some other node(suppose nodeB, C0, i should not be allowed.
The problem here is if i enter in.rlogind in hosts.deny file, then it do not allow me to rlogin on nodeA even from a new putty session.
Help needed on this.