You appear to be talking about IBM Tivoli Netcool/Impact or something like this router product (clarification should have been provided in the question).
The rsh
and rlogin
programs are designed to work in this manner, using a .rhosts
file. While they (including telnet) have been replaced by ssh
, they are still usable. Some telnet-oriented products (such as the router) document that they accept either type of connection.
telnet and rlogin are not synonymous - you can read more here: Difference Between Rlogin and Telnet
As noted in comments, the question is about the former (Netcool/Impact), and that it does not accept an rlogin connect. Then (from other comments), you might try using expect
. If you have administrative rights (or a cooperative administrator), there are RPMs for expect and its dependencies on Perlz.org: