Rlogin client?

  • Thread starter Jean-Louis Leroy
  • Start date
J

Jean-Louis Leroy

Anybody knows of a rlogin client-in-a-module? Surprisingly I don't
find one on CPAN.

N.B. 1: I'm aware of the security issues - that's no the issue ;-)
N.B. 2: I'd like to avoid Expect and spawning a rlogin process.

TIA...
 
J

Jean-Louis Leroy

Abigail said:
Jean-Louis Leroy ([email protected]) wrote on MMMMLXXXII September
MCMXCIII in <URL:}} Anybody knows of a rlogin client-in-a-module? Surprisingly I don't
}} find one on CPAN.
You might want to try Net::Telnet.

Telnet and rlogin don't use the same protocol, do they?

Here's a bit of context. I'm building a test suite that needs to run
commands on remote computers. Remote login without password is provided
(via .rhosts files). In fact, not all the accounts I need to access have
a password. That's why I need rlogin instead of telnet...
 
J

Jean-Louis Leroy

Any reason why
system rsh => 'user@host', 'command';

wouldn't do the trick?

....because I need to run several commands, with side effects (chdir,
change env vars). I'm writing a test suite for some command-line tool
and I want to emulate the real usage pattern.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,432
Messages
2,571,680
Members
48,796
Latest member
Greg L.

Latest Threads

Top