0

I am looking for rsh client for windows 7. It should be GNU.

I also can't run setup on that machine, so this file must be copied.

Reasons: I had a windows XP batch file with rsh commands that executed commands on a remote machine. I am not allowed to install the "Windows Services for Unix" package in my system. Therefor I am looking for an exe file that I could copy to my win7 machine and my batch file would be able to run without changes.

Doron
  • 21
  • 4
  • 10

3 Answers3

2

I would consider using Putty, it should do what you want. I haven't used rsh in many years, but i suppose it should work as expected.

You can download the exe-file here

Peter Lindqvist
  • 518
  • 4
  • 11
  • 2
    If Hirschkaefer wants something to use from the command-line instead of interactively, maybe Plink is a better choice from the PuTTY suite of programs. – ptman Jan 23 '12 at 12:05
0

You can install Cygwin which will let you run GNU programs inside Windows. I used it on Windows 7 and it didn't ask for administrator permission. In cygwin you can install rsh or upgrade to openssh.

imel96
  • 406
  • 4
  • 9
0

I found this perfect replacement: ccs.neu.edu/home/bchafy/rsh_vista.html

Doron
  • 21
  • 4
  • 10