Questions tagged [rsh]

17 questions
3
votes
1 answer

Windows Server 2008 x86 Services for Unix SDK (SUA) RSH

Running RSH commands on a Windows box against a Linux box works only for the administrator user. Is there a file somewhere that has a list of users that can run commands remotely? More Info The server configuration is automated by VMware's…
Andy Arismendi
  • 1,168
  • 4
  • 16
  • 27
1
vote
1 answer

Netapp RSH Failing

I have two NetApp Filers that are part of a cluster (Version 7.1.3). I'm able to connect to one of the filers via RSH fine, but the second filer is failing with this error: [rshd_0:info]: couldn't connect second port I've rebooted the filer and…
Ken J
  • 191
  • 1
  • 3
  • 9
1
vote
0 answers

Passwordless remote access to a restricted shell

For, um, historic reasons, we have a C program for HPUX which accepts telnet connections, and runs a home-grown REPL that restricts the commands available. Rather than port this code to Linux, I'd like to get effectively the same functionality using…
slim
  • 183
  • 6
1
vote
4 answers

login as rsh in rhel 6 without entering password

I need to be able to login to a RHEL 6 server using rsh (please don't flame me about security, it's irrelevant in this particular instance) as root without having to enter a password. My procedure for setting this up works great in RHEL 5.x, but…
cartmancakes
  • 13
  • 1
  • 4
1
vote
4 answers

How to kill processes on a remote *nix machine

I would like to issue a kill command across many *nix machines. I'm attempting to do something like this: rsh ps -ef | grep | awk '{print $2}' | xargs n1 -t -i kill {} But that issues the kill command on the local…
JamesG
  • 113
  • 1
  • 4
0
votes
0 answers

centos 7: rsh permission denied when used with a command

When I use rexec to a server, it work's but rsh does not. Any idea what could be wrong? Using rexec $ rexec 10.60.114.192 echo hi Password: hi Using rsh $ rsh 10.60.114.192 echo hi Permission denied. I've followed…
ealeon
  • 97
  • 2
  • 7
0
votes
1 answer

disable rsh login on sshd server

I have a machine 192.168.110.170, and I can login with rsh usrname@192.168.110.170 at another machine 192.168.110.169. When login, command netstat | grep 169 gives tcp 0 0 hostname:ssh 192.168.110.169:33551 ESTABLISHED the hostname above is the…
maidamai
  • 103
  • 5
0
votes
1 answer

Increase number of rsh connections

We are using a Server with OS RHEL 7.2 server version. Number of rsh connections to the system is limited to a number around 70. We are getting a message Connection reset by peer from server as that number gets exhausted. I want to increase number…
Sushovan
  • 111
  • 1
  • 2
0
votes
1 answer

How do I enable rsh in Oracle Linux 7?

I have two systems, a Solaris and an Oracle Linux. I can rsh from OL to Solaris but not from Solaris to OL. I can also ssh from both machines. I was reading this and I tried to create an rsh file in /etc/xinetd.d/ (which was initially empty) but it…
Michael
  • 121
  • 1
  • 2
0
votes
1 answer

Set rsh target user to root for every user

I'm using windows computers to execute commands on linux via rsh. The call of rsh are made from one software that specifies the logged on user name to use on the remote host. But that user is not present on target computer. How do I set in the…
0
votes
1 answer

RSH between servers not working

I have two servers: one CentOS 5.8 & one Solaris 10. Both are joined to my workplace AD domain via PBIS-Open. A user will log into the linux server & run an application which issues commands over RSH to the solaris server. Some commands are also…
churnd
  • 3,977
  • 5
  • 33
  • 41
0
votes
1 answer

RSH connection problem while running MPI program

I'm trying to run MPI programs on 8 machines, but I get the error connect to address 127.0.0.1 port 544: Connection refused Trying krb4 rsh... connect to address 127.0.0.1 port 544: Connection refused trying normal rsh (/usr/bin/rsh) lagrid02:…
kashyapa
  • 337
  • 4
  • 17
0
votes
1 answer

How to Enable Remote Shell On SUSE Linux

I wanted to run remote commands on a suse linux machine from another redhat linux machine. How to enable SUSE to listen to this remote shell commands ? In normal linux i need to start the service rshd how about in SUSE Linux.
Dungeon Hunter
  • 221
  • 1
  • 4
  • 16
0
votes
1 answer

When using rsh i'm getting prompt for the password, but other SLES12 servers are working without prompting password

[ 2 root ] $ cat /etc/securetty # # This file contains the device names of tty lines (one per line, # without leading /dev/) on which root is allowed to login. # tty1 tty2 tty3 tty4 tty5 tty6 rsh rlogin rexec [ 3 root ] $ cat /etc/xinetd.d/rsh #…
-1
votes
1 answer

linux + rcp rsh post configuration after installing rsh package

I installed by yum the latest rsh package ( because on my linux machine rsh and rcp binaries not exists ) # yum install rsh so I verified by: rpm -qa | grep -i rsh rsh-0.17-60.el6.x86_64 rsh-server-0.17-17.x86_64 then I reboot my linux machine…
maihabunash
  • 443
  • 1
  • 11
  • 25
1
2