rcp between 2 nodes

2003-06-24 Thread Pankaj
Hi..Hopefully this is the right list for this question.. If not, let me know which one.. no flames.. please.. I'm trying to rcp files from one node to another, and I have both hostnames in the /etc/hosts.equiv, the /.rhosts and the /etc/hosts. I can ping the other node, but can

Re: How to enable rcp under RH 8.0??

2003-02-04 Thread Will Mc Donald
t: Tuesday, February 04, 2003 5:32 PM Subject: Re: How to enable rcp under RH 8.0?? > Bret: > > I have loaded the rsh server, the rlogin server and the telnet server and > enabled each one in /etc/xinetd.d. However, I can not do either an rlogin > or an rcp to the RH 8.0 server, I

Re: How to enable rcp under RH 8.0??

2003-02-04 Thread Bret Hughes
On Tue, 2003-02-04 at 11:32, Billy Davis wrote: > Bret: > > I have loaded the rsh server, the rlogin server and the telnet server and > enabled each one in /etc/xinetd.d. However, I can not do either an rlogin > or an rcp to the RH 8.0 server, I keep getting 'connection refu

Re: How to enable rcp under RH 8.0??

2003-02-04 Thread Billy Davis
Bret: I have loaded the rsh server, the rlogin server and the telnet server and enabled each one in /etc/xinetd.d. However, I can not do either an rlogin or an rcp to the RH 8.0 server, I keep getting 'connection refused'. Telnet seems to work fine, but I am tryin to do a simple in

Re: How to enable rcp under RH 8.0??

2003-02-03 Thread Bret Hughes
On Mon, 2003-02-03 at 06:16, Billy Davis wrote: > > what does > > > > rpm -qa|grep rsh > > > > show you? > > It shows: rsh-0.17-10Does this mean that the rsh-server is installed? > > No. It shows that only the client is installed. find the rpm file named rsh-server* and install it (rpm -i

Re: How to enable rcp under RH 8.0??

2003-02-03 Thread Billy Davis
- Original Message - From: "Bret Hughes" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, February 02, 2003 4:25 PM Subject: Re: How to enable rcp under RH 8.0?? > On Sun, 2003-02-02 at 13:23, Billy Davis wrote: > > How do you enable rcp und

Re: How to enable rcp under RH 8.0??

2003-02-02 Thread Rodolfo J. Paiz
On Sun, 2003-02-02 at 13:23, Billy Davis wrote: > How do you enable rcp under RH8.0? Under RH7.3 we simply > edited the .rhosts file and the /ect/hosts files. While I can't help you solve your immediate problem, do allow me to suggest that learning to use openssh will be a good investm

Re: How to enable rcp under RH 8.0??

2003-02-02 Thread Gerry Doris
On Sun, 2003-02-02 at 14:23, Billy Davis wrote: > How do you enable rcp under RH8.0? Under RH7.3 we simply edited the .rhosts file and the /ect/hosts files. Then we edited /etc/xinetd.d/rsh to enable rsh. That worked great. Under RH8.0, we have edited .rhosts and /etc/hosts in the s

Re: How to enable rcp under RH 8.0??

2003-02-02 Thread Bret Hughes
On Sun, 2003-02-02 at 13:23, Billy Davis wrote: > How do you enable rcp under RH8.0? Under RH7.3 we simply edited the .rhosts file and >the /ect/hosts files. Then we edited /etc/xinetd.d/rsh to enable rsh. That worked >great. Under RH8.0, we have edited .rhosts and /etc/hosts in

How to enable rcp under RH 8.0??

2003-02-02 Thread Billy Davis
How do you enable rcp under RH8.0? Under RH7.3 we simply edited the .rhosts file and the /ect/hosts files.  Then we edited /etc/xinetd.d/rsh to enable rsh.  That worked great.  Under RH8.0, we have edited .rhosts and /etc/hosts in the same manner, but there is no /ext/xinetd.d/rsh file to

Help with rsh/rcp configuration

2002-10-02 Thread Rob Wright
I've configured rsh for rcp on several machines, but doing it for the first time on Red Hat 7.3 has me stumped. Here's what I've done so far: Configured hosts.allow Configured .rhosts files Enabled rlogin and rsh in xinetd.d I can use this machine to rcp to another, but I ca

Re: Rcp

2002-06-27 Thread Leo Leavitt
Thanks Jhon, I edited those files and now I can Rlogin both ways but of course it asks for a Password. Now I just need to fix the rcp issue. Leo -- Original Message -- From: "Jhon H. Caicedo O." <[EMAIL PROTECTED]> Reply-To: [EMAIL

Re: Rcp

2002-06-27 Thread Jhon H. Caicedo O.
disable=yes to disable=no and restart xinetd service. Leo Leavitt wrote: > > I have Linux 7.1 set up on a New Dell system and we have other > servers in the Office HP UX and I can telnet to the Linux box with > no problem . I cannot however rcp from our HP Unix box to the > Linux box.

Rcp

2002-06-27 Thread Leo Leavitt
I have Linux 7.1 set up on a New Dell system and we have other servers in the Office HP UX and I can telnet to the Linux box with no problem . I cannot however rcp from our HP Unix box to the Linux box. I have modified the hosts.allow on the Linux box to have the IP address and name from the

RE: rcp, nfs or ftp?

2002-02-21 Thread Paul Hamm
get real ugly without it. Also tape libraries are really important with the size of hard drives now. -Original Message- From: Williams, Jeff [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 21, 2002 10:44 AM To: '[EMAIL PROTECTED]' Subject: RE: rcp, nfs or ftp? Essentially,

RE: rcp, nfs or ftp?

2002-02-21 Thread David Talkington
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Williams, Jeff wrote: >One thing I did find out and maybe someone can give me some insight to this >one. Once when trying rcp and having lots of nodes go to one server to >push their files, after a few minutes inetd reported that

RE: rcp, nfs or ftp?

2002-02-21 Thread Williams, Jeff
server... One thing I did find out and maybe someone can give me some insight to this one. Once when trying rcp and having lots of nodes go to one server to push their files, after a few minutes inetd reported that too many connections where encountered and it shutdown for about 5 minutes d

Re: rcp, nfs or ftp?

2002-02-20 Thread David Talkington
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Williams, Jeff wrote: >I'm trying to figure out from a bandwidth, system utilization and security >standpoint which transfer protocol is better... (ie. pros and cons) > >Is there a significant difference between the three? I'm automating certain >

Re: rcp, nfs or ftp?

2002-02-20 Thread Jonathan Bartlett
scp. If you have to choose among the three you gave, do NOT choose ftp. I don't think bandwidth is much of a concern for any of these. For large # of files, do rsync over ssh. Jon On Wed, 20 Feb 2002, Williams, Jeff wrote: > I'm trying to figure out from a bandwidth, system utilization and s

Re: rcp, nfs or ftp?

2002-02-20 Thread Ed Wilts
The most significant differences are in terms of security. NFS has none. FTP has limited security - it does user authentication but all the data, including the authentication, goes over the wire in plain text. scp secures both the authentication and transport. scp will incur some CPU overhead s

rcp, nfs or ftp?

2002-02-20 Thread Williams, Jeff
I'm trying to figure out from a bandwidth, system utilization and security standpoint which transfer protocol is better... (ie. pros and cons) Is there a significant difference between the three? I'm automating certain things and trying to figure out which is better in transfering files? Any

RE: RCP

2001-04-19 Thread KANODIA, ASHOK
Title: RE: RCP do ftp or add an entry in .rhosts file. -Ashok [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> PGP public key available at: http://pgp.mit.edu <http://pgp.mit.edu/> -Original Message- From: Jeff Graves [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 1

RCP

2001-04-19 Thread Jeff Graves
Okay, I must be the dumbest man alive becuase I cannot get rcp to work. I have two machines that are 486's and have only a power cord and ethernet cable attached to them. The only way to administer is via telnet. Telnet is not secure so I wish to use ssh. I have the ssh rpm download

Re: rcp or rsh problems

2000-11-13 Thread Jalal Hajiqolamali
IL PROTECTED], [EMAIL PROTECTED] > Subject: rcp or rsh problems > Mime-Version: 1.0 > Content-Transfer-Encoding: 8bit > X-Loop: [EMAIL PROTECTED] > X-BeenThere: [EMAIL PROTECTED] > X-Mailman-Version: 2.0beta4 > List-Id: General Red Hat discussion list > X-MDaemon-Deliver-

Re: rcp or rsh problems

2000-11-13 Thread Cameron Simpson
On Mon, Nov 13, 2000 at 09:05:24AM -0500, Tyler Owen wrote: | I am having a problem running rsh to two Red Hat 6.2 machines. I can rsh | from a sun box to either of the Linux machines with no problems but I can't | rsh to each other. | I have setup a .rhosts file on both machines too. | I am stum

rcp or rsh problems

2000-11-13 Thread Tyler Owen
I am having a problem running rsh to two Red Hat 6.2 machines. I can rsh from a sun box to either of the Linux machines with no problems but I can't rsh to each other. I have setup a .rhosts file on both machines too. I am stumped!! Anyone have any suggestions?

Re: Having problem getting rcp to work / switching to scp but need help to suppress pwd prompt

2000-11-06 Thread Bret Hughes
Heinz Wittenbecher wrote: > Thanks Charles (and others) > That's what I ended up spending my Sunday night on :-) > > Got scp working but have not been able to suppress the requirement for a > password at each scp. > > As I'm planning to run scp periodically unattended, I need to do it without > u

RE: Having problem getting rcp to work / switching to scp but need help to suppress pwd prompt

2000-11-06 Thread Mike Lewis
L PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Heinz Wittenbecher Sent: Monday, November 06, 2000 8:58 AM To: [EMAIL PROTECTED] Subject: Re: Having problem getting rcp to work / switching to scp but need help to suppress pwd prompt Thanks Charles (and others) That's what I ended up sp

Re: Having problem getting rcp to work / switching to scp but need help to suppress pwd prompt

2000-11-06 Thread Heinz Wittenbecher
t authentication you will get the same > effect, yet securely. I realize you are behind a firewall, but that can > still be risky. The ssh docs do a pretty good job of describign how to do > this iirc. > > hth > charles > > On Sun, 5 Nov 2000, Heinz Wittenbecher wrote: > &

Re: Having problem getting rcp to work

2000-11-06 Thread Bret Hughes
Heinz Wittenbecher wrote: > I'm trying to use rcp between a couple of Rhat/Caldera and SCO machines and > am having difficulty to find the places to "allow" the use of rcp. I just > can't seem to get rid of "permission denied". > > The machines ar

Re: Having problem getting rcp to work

2000-11-06 Thread Charles Galpin
: > I'm trying to use rcp between a couple of Rhat/Caldera and SCO machines and > am having difficulty to find the places to "allow" the use of rcp. I just > can't seem to get rid of "permission denied". > > The machines are behind a firewall. I'm

Having problem getting rcp to work

2000-11-05 Thread Heinz Wittenbecher
I'm trying to use rcp between a couple of Rhat/Caldera and SCO machines and am having difficulty to find the places to "allow" the use of rcp. I just can't seem to get rid of "permission denied". The machines are behind a firewall. I'm trying to develop an