RSH


 
Thread Tools Search this Thread
Operating Systems Linux RSH
# 1  
Old 06-21-2012
RSH

Hi All,

Whenever we are giving rsh localhost date , it give an error "Permission Denied".
RHEL 6 is the version, and we're logging in as "root".
in .rhosts file I have mentioned all the details, and enabled rsh,rsync,rexec,rlogin in /etc/xinetd.d/ file

Please suggest.

Reg,
Muzaffar
# 2  
Old 06-21-2012
here's a simple answer you may not like. STOP USING RSH. Use SSH. There are few if any reasons to use antiquated, risky, and insecure methods nowadays.
This User Gave Thanks to mark54g For This Post:
# 3  
Old 06-21-2012
I have found that RSH is much faster when copying data over internal network (which is of course understandable since it doesn't encrypt the data)

So i see no evil in enable, do your job and disable it if you need to copy like 100 or more GB.

It's wrong to have always on, since there are secure alternatives (sftp/ssl, ssh).

Regards
Peasant.
# 4  
Old 06-22-2012
Quote:
Originally Posted by mark54g
here's a simple answer you may not like. STOP USING RSH. Use SSH. There are few if any reasons to use antiquated, risky, and insecure methods nowadays.
hi...

we are using rsh to login remotely to filer which is storage device, we mention rsh in our script so that it will login to filer through rsh and run the script. for this ssh is not helpfull... can you please tell me how do i solve this issue.

---------- Post updated 06-22-12 at 04:19 AM ---------- Previous update was 06-21-12 at 11:22 AM ----------

Hi guys please suggest to solve this issue as its very important for me to execute scripts
# 5  
Old 06-23-2012
How is SSH not helpful here? What filer in this day and age would have RSH but not SSH? SSH can execute a script too...
# 6  
Old 06-24-2012
How exactly is "ssh not helpful"?
# 7  
Old 06-26-2012
ssh we are using to login to a client or a filer which in network, but in rsh we have to run the command on that prompt only and execute the command, below is the output.

hope you got what i am asking...

in one client its working

[root@mindnic-03 ~]# rsh localhost date
Tue Jun 26 17:22:09 IST 2012
[root@mindnic-03 ~]#

in some clients it show


[root@mindnic-09 ~]# rsh localhost date
Permission denied.
[root@mindnic-09 ~]#
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Red Hat

Rsh

Hi, I issue : rsh ****.16.0.151 -l root ls -l /tmp and I receive : connect to address ***.16.0.151: Connection refused Trying krb4 rsh... In hosts file of remote (***.16.0.151) I have : ***.16.0.202 root Can you help me ? Thank you. (0 Replies)
Discussion started by: big123456
0 Replies

2. Solaris

rsh

How to enable rsh in solaris (7 Replies)
Discussion started by: durgaprasadr13
7 Replies

3. AIX

Rsh

How to configure rsh for different users in aix? (4 Replies)
Discussion started by: vjm
4 Replies

4. UNIX for Advanced & Expert Users

Rsh

Hi All, I want to execute a command from my Windows machine to Linux machine using RSH only d:> rsh <Linux machine add> -l <user_name> pwd>dir in linux machine users home directory in .rhosts file I entered the windows machine IP address and user name. In linux etc/hosts.equiv file I... (1 Reply)
Discussion started by: sarwan
1 Replies

5. Linux

Help in RSH

Hi All, I want to execute a command from my Windows machine to Linux machine. d:> rsh <Linux machine add> -l <user_name> pwd>dir in linux machine users home directory in .rhosts file I entered the windows machine IP address and user name. In linux etc/hosts.equiv file I entered the... (1 Reply)
Discussion started by: sarwan
1 Replies

6. Shell Programming and Scripting

Help on rsh

Hi, i need to xecute rsh or rexec command in order to execute the script on multiple server. The problem i am facing is when i execute rsh command with login name and hostname it ask me password interactively can some body help me how i can pass password along with the command or how to... (1 Reply)
Discussion started by: deep022in
1 Replies

7. UNIX for Dummies Questions & Answers

help on rsh

hi friends, i've access to three machines mc1,mc2,mc3,on which i can log in as root. and in order to run a simple command on a remote machine(say remote) on which i cant log in,i use a command as; # rsh remote ls the above runs properly but if i do an ls on following it doesnt work # rsh mc2... (1 Reply)
Discussion started by: mxms755
1 Replies

8. UNIX for Dummies Questions & Answers

about rsh

I have two host ( hostA and hostB ) , now hostA can use " rsh -l userB hostB " to rsh to hostB without input the password , it work fine, but if I modify it to " rsh -l userB hostB -n "ls" " , it will pop the message "Permission denied." , could suggest what is wrong ? thx (1 Reply)
Discussion started by: ust
1 Replies

9. UNIX for Advanced & Expert Users

rsh

Hi, on .rhosts file of server2 I have : server1 user server1 root when I want to issu rsh from server1 to server2 : 1-If I'm root it is OK. 2-if I'm ordinary user I receive permission denied. What is the problem ? What is the solution ? Many thanks in advance. (4 Replies)
Discussion started by: big123456
4 Replies

10. Shell Programming and Scripting

help with rsh

I am trying to run a Perl script using rsh. I need to be able to capture the return code value, so the calling script can handle failures properly. I cannot modify the Perl script I need to run because we use it for all of our servers. Does anyone have a suggestion? (1 Reply)
Discussion started by: kscase
1 Replies
Login or Register to Ask a Question