<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Linux 2.4.21-20.EL telnet,rcp,rlogin connection refused in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/linux-2-4-21-20-el-telnet-rcp-rlogin-connection-refused/m-p/3729602#M85835</link>
    <description>Steven here is the output for &lt;BR /&gt; # cd /etc/xinetd.d&lt;BR /&gt;&lt;BR /&gt;[root@denver xinetd.d]# ls&lt;BR /&gt;auth cups-lpd echo gssftp &lt;BR /&gt;kshell sgi_fam time-udp&lt;BR /&gt;chargen daytime echo-udp klogin rsync&lt;BR /&gt;swat&lt;BR /&gt;chargen-udp daytime-udp eklogin krb5-telnet &lt;BR /&gt;services time&lt;BR /&gt;&lt;BR /&gt;exactly what I must edit?.&lt;BR /&gt;&lt;BR /&gt;I explain to the customer that rcp in not secure but he insist in rcp .&lt;BR /&gt;</description>
    <pubDate>Sun, 12 Feb 2006 12:11:10 GMT</pubDate>
    <dc:creator>WilliamSmith11</dc:creator>
    <dc:date>2006-02-12T12:11:10Z</dc:date>
    <item>
      <title>Linux 2.4.21-20.EL telnet,rcp,rlogin connection refused</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-2-4-21-20-el-telnet-rcp-rlogin-connection-refused/m-p/3729597#M85830</link>
      <description>&lt;BR /&gt;&lt;BR /&gt;Hi everybody , &lt;BR /&gt;I want do a remote copy usin rcp command but when I isse the command send me a connection refused error.&lt;BR /&gt;&lt;BR /&gt;My server name is denver&lt;BR /&gt;&lt;BR /&gt;here are some caputure that I have done &lt;BR /&gt;&lt;BR /&gt;# Do not remove the following line, or various&lt;BR /&gt;programs&lt;BR /&gt;# that require network functionality will fail.&lt;BR /&gt;127.0.0.1       localhost.localdomain   localhost&lt;BR /&gt;10.1.11.47      hprp5430&lt;BR /&gt;10.1.11.1       denver&lt;BR /&gt;[root@denver /]#&lt;BR /&gt;&lt;BR /&gt;[root@denver etc]# ls hos*&lt;BR /&gt;host.conf  hosts  hosts.allow  hosts.deny&lt;BR /&gt;[root@denver etc]#&lt;BR /&gt;&lt;BR /&gt;[root@denver etc]# more /etc/hosts.allow&lt;BR /&gt;#&lt;BR /&gt;# hosts.allow   This file describes the names of the&lt;BR /&gt;hosts which are&lt;BR /&gt;#               allowed to use the local INET&lt;BR /&gt;services, as decided&lt;BR /&gt;#               by the '/usr/sbin/tcpd' server.&lt;BR /&gt;+hprp5430       10.1.10.47&lt;BR /&gt;+denver         10.1.11.1&lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt;[root@denver etc]#&lt;BR /&gt;&lt;BR /&gt;[root@denver etc]# find / -name xinetd.d -print&lt;BR /&gt;/etc/xinetd.d&lt;BR /&gt;[root@denver etc]#&lt;BR /&gt;&lt;BR /&gt;[root@denver etc]# cd /etc/xinetd.d&lt;BR /&gt;[root@denver xinetd.d]# ls&lt;BR /&gt;auth         cups-lpd     echo      gssftp      &lt;BR /&gt;kshell    sgi_fam  time-udp&lt;BR /&gt;chargen      daytime      echo-udp  klogin       rsync&lt;BR /&gt;    swat&lt;BR /&gt;chargen-udp  daytime-udp  eklogin   krb5-telnet &lt;BR /&gt;services  time&lt;BR /&gt;[root@denver xinetd.d]#&lt;BR /&gt;&lt;BR /&gt;[root@denver xinetd.d]# more /etc/hosts.deny&lt;BR /&gt;#&lt;BR /&gt;# hosts.deny    This file describes the names of the&lt;BR /&gt;hosts which are&lt;BR /&gt;#               *not* allowed to use the local INET&lt;BR /&gt;services, as decided&lt;BR /&gt;#               by the '/usr/sbin/tcpd' server.&lt;BR /&gt;#&lt;BR /&gt;# The portmap line is redundant, but it is left to&lt;BR /&gt;remind you that&lt;BR /&gt;# the new secure portmap uses hosts.deny and&lt;BR /&gt;hosts.allow.  In particular&lt;BR /&gt;# you should know that NFS uses portmap!&lt;BR /&gt;                                                      &lt;BR /&gt;                         &lt;BR /&gt;[root@denver xinetd.d]#&lt;BR /&gt;&lt;BR /&gt;[root@denver xinetd.d]# find / -name xinetd* -print&lt;BR /&gt;/var/lock/subsys/xinetd&lt;BR /&gt;/var/run/xinetd.pid&lt;BR /&gt;/etc/sysconfig/xinetd&lt;BR /&gt;/etc/xinetd.d&lt;BR /&gt;/etc/rc.d/init.d/xinetd&lt;BR /&gt;/etc/audit/xinetd.conf&lt;BR /&gt;/etc/xinetd.conf&lt;BR /&gt;/usr/share/doc/xinetd-2.3.12&lt;BR /&gt;/usr/share/man/man5/xinetd.conf.5.gz&lt;BR /&gt;/usr/share/man/man8/xinetd.8.gz&lt;BR /&gt;/usr/share/man/man8/xinetd.log.8.gz&lt;BR /&gt;/usr/sbin/xinetd&lt;BR /&gt;[root@denver xinetd.d]#&lt;BR /&gt;&lt;BR /&gt;My question is with thos LINUX version OS how I do to make a remote copy ?&lt;BR /&gt;&lt;BR /&gt;I have done almost everything and have not been possible to get a connection .&lt;BR /&gt;&lt;BR /&gt;Thank you &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;W:S&lt;BR /&gt;</description>
      <pubDate>Sat, 11 Feb 2006 11:38:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-2-4-21-20-el-telnet-rcp-rlogin-connection-refused/m-p/3729597#M85830</guid>
      <dc:creator>WilliamSmith11</dc:creator>
      <dc:date>2006-02-11T11:38:42Z</dc:date>
    </item>
    <item>
      <title>Re: Linux 2.4.21-20.EL telnet,rcp,rlogin connection refused</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-2-4-21-20-el-telnet-rcp-rlogin-connection-refused/m-p/3729598#M85831</link>
      <description>If you insist on using 'rcp', then you need to install the 'rsh-server' package.&lt;BR /&gt;&lt;BR /&gt;However, I suggest against that, and using SSH (and 'scp') to do your remote copy.&lt;BR /&gt;&lt;BR /&gt;Apart from the fact that it behaves pretty much the same as 'rcp' for copying processes, it's also does it in a secure/encrypted fashion.&lt;BR /&gt;&lt;BR /&gt;If you want to do it passwordless, then you can set up a key between the machines quite easily.  If you have a read through 'man ssh-keygen', in particular the parts about 'authorized_keys', or have a search through the forums here (as it's been discussed multiple times)..</description>
      <pubDate>Sat, 11 Feb 2006 17:11:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-2-4-21-20-el-telnet-rcp-rlogin-connection-refused/m-p/3729598#M85831</guid>
      <dc:creator>Stuart Browne</dc:creator>
      <dc:date>2006-02-11T17:11:35Z</dc:date>
    </item>
    <item>
      <title>Re: Linux 2.4.21-20.EL telnet,rcp,rlogin connection refused</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-2-4-21-20-el-telnet-rcp-rlogin-connection-refused/m-p/3729599#M85832</link>
      <description>Shalom William,&lt;BR /&gt;&lt;BR /&gt;If you insist on rsh, its activated after installation in the /etc/xinetd.d/ directory.&lt;BR /&gt;&lt;BR /&gt;edit the file turn disable = yes to disable = no.&lt;BR /&gt;&lt;BR /&gt;then&lt;BR /&gt;&lt;BR /&gt;service xinetd restart&lt;BR /&gt;&lt;BR /&gt;Or do a little more work and use openssh and be secure. &lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Sat, 11 Feb 2006 17:40:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-2-4-21-20-el-telnet-rcp-rlogin-connection-refused/m-p/3729599#M85832</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2006-02-11T17:40:25Z</dc:date>
    </item>
    <item>
      <title>Re: Linux 2.4.21-20.EL telnet,rcp,rlogin connection refused</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-2-4-21-20-el-telnet-rcp-rlogin-connection-refused/m-p/3729600#M85833</link>
      <description>I agree with previous replies - use scp!&lt;BR /&gt;All of the old rsh, rcp, telnet commands should not be used if ssh and scp are available to you (they are included with the distribution you are using).  If you need to transfer multiple files that don't easily match a wildcard you can use WinSCP3 located here....&lt;BR /&gt;   &lt;A href="http://winscp.net/eng/index.php" target="_blank"&gt;http://winscp.net/eng/index.php&lt;/A&gt;&lt;BR /&gt;it also supports sftp.</description>
      <pubDate>Sat, 11 Feb 2006 22:36:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-2-4-21-20-el-telnet-rcp-rlogin-connection-refused/m-p/3729600#M85833</guid>
      <dc:creator>Frank Nardis</dc:creator>
      <dc:date>2006-02-11T22:36:35Z</dc:date>
    </item>
    <item>
      <title>Re: Linux 2.4.21-20.EL telnet,rcp,rlogin connection refused</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-2-4-21-20-el-telnet-rcp-rlogin-connection-refused/m-p/3729601#M85834</link>
      <description>Your subject is "telnet,rcp,rlogin connection refused",&lt;BR /&gt;so what is actually working between your servers, how do you connect?&lt;BR /&gt;Does ssh work?&lt;BR /&gt;If so everybody is telling you to use "scp" and that's it. Nevertheless if there's some firewall in your network it could be another reason not to choose use rcp.&lt;BR /&gt;</description>
      <pubDate>Sun, 12 Feb 2006 05:04:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-2-4-21-20-el-telnet-rcp-rlogin-connection-refused/m-p/3729601#M85834</guid>
      <dc:creator>paolo barila</dc:creator>
      <dc:date>2006-02-12T05:04:59Z</dc:date>
    </item>
    <item>
      <title>Re: Linux 2.4.21-20.EL telnet,rcp,rlogin connection refused</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-2-4-21-20-el-telnet-rcp-rlogin-connection-refused/m-p/3729602#M85835</link>
      <description>Steven here is the output for &lt;BR /&gt; # cd /etc/xinetd.d&lt;BR /&gt;&lt;BR /&gt;[root@denver xinetd.d]# ls&lt;BR /&gt;auth cups-lpd echo gssftp &lt;BR /&gt;kshell sgi_fam time-udp&lt;BR /&gt;chargen daytime echo-udp klogin rsync&lt;BR /&gt;swat&lt;BR /&gt;chargen-udp daytime-udp eklogin krb5-telnet &lt;BR /&gt;services time&lt;BR /&gt;&lt;BR /&gt;exactly what I must edit?.&lt;BR /&gt;&lt;BR /&gt;I explain to the customer that rcp in not secure but he insist in rcp .&lt;BR /&gt;</description>
      <pubDate>Sun, 12 Feb 2006 12:11:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-2-4-21-20-el-telnet-rcp-rlogin-connection-refused/m-p/3729602#M85835</guid>
      <dc:creator>WilliamSmith11</dc:creator>
      <dc:date>2006-02-12T12:11:10Z</dc:date>
    </item>
    <item>
      <title>Re: Linux 2.4.21-20.EL telnet,rcp,rlogin connection refused</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-2-4-21-20-el-telnet-rcp-rlogin-connection-refused/m-p/3729603#M85836</link>
      <description>Sorry I have forget to say that I am working in the local console.</description>
      <pubDate>Sun, 12 Feb 2006 12:13:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-2-4-21-20-el-telnet-rcp-rlogin-connection-refused/m-p/3729603#M85836</guid>
      <dc:creator>WilliamSmith11</dc:creator>
      <dc:date>2006-02-12T12:13:08Z</dc:date>
    </item>
    <item>
      <title>Re: Linux 2.4.21-20.EL telnet,rcp,rlogin connection refused</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-2-4-21-20-el-telnet-rcp-rlogin-connection-refused/m-p/3729604#M85837</link>
      <description>Hi;&lt;BR /&gt;&lt;BR /&gt;To configure telnet and rlogin in linux, do the following steps&lt;BR /&gt;&lt;BR /&gt;#vi /etc/xinetd.d/telnet&lt;BR /&gt;&lt;BR /&gt;disable = no&lt;BR /&gt;&lt;BR /&gt;#vi /etc/xinetd.d/rlogin&lt;BR /&gt;&lt;BR /&gt;disable = no&lt;BR /&gt;&lt;BR /&gt;save and come out&lt;BR /&gt;&lt;BR /&gt;#service xinetd restart&lt;BR /&gt;&lt;BR /&gt;To remotely copy file from one machine to another machine, i will suggest u to go with scp command&lt;BR /&gt;&lt;BR /&gt;#scp file_name user_id@remote_host:/&lt;PATH&gt;&lt;BR /&gt;&lt;BR /&gt;for example&lt;BR /&gt;&lt;BR /&gt;#scp file001 user1@testserver:/tmp&lt;BR /&gt;&lt;BR /&gt;Cheers&lt;BR /&gt;indrajit&lt;/PATH&gt;</description>
      <pubDate>Sun, 12 Feb 2006 16:30:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-2-4-21-20-el-telnet-rcp-rlogin-connection-refused/m-p/3729604#M85837</guid>
      <dc:creator>Indrajit_1</dc:creator>
      <dc:date>2006-02-12T16:30:21Z</dc:date>
    </item>
    <item>
      <title>Re: Linux 2.4.21-20.EL telnet,rcp,rlogin connection refused</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-2-4-21-20-el-telnet-rcp-rlogin-connection-refused/m-p/3729605#M85838</link>
      <description>Let's suppose you have to copy from server A to server B,&lt;BR /&gt;How are you able to connect from A to B?&lt;BR /&gt;It seems you tried: telnet,rcp,rlogin...&lt;BR /&gt;Did you try:&lt;BR /&gt;ping?&lt;BR /&gt;ssh?&lt;BR /&gt;Which user are you tryng?&lt;BR /&gt;</description>
      <pubDate>Sun, 12 Feb 2006 16:53:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-2-4-21-20-el-telnet-rcp-rlogin-connection-refused/m-p/3729605#M85838</guid>
      <dc:creator>paolo barila</dc:creator>
      <dc:date>2006-02-12T16:53:24Z</dc:date>
    </item>
    <item>
      <title>Re: Linux 2.4.21-20.EL telnet,rcp,rlogin connection refused</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-2-4-21-20-el-telnet-rcp-rlogin-connection-refused/m-p/3729606#M85839</link>
      <description>Dear,&lt;BR /&gt;It seems there is no telnet-server installed . There is no 'telnet' file in ur /etc/xinetd.d directory. For getting the telnet connection first install 'telnet-server' , then edit /etc/xinetd.d/telnet and edit 'disable=yes' to  'disable=no' then try telneting to the local host by 'telnet localhost' in ur console itself , if u r getting the connection then try telneting from  other machines . For doing rcp u must have rsh-server installed . then edit /etc/xinetd.d/rlogin and change 'disable=yes' to 'disable=no' and restart xinetd using 'service xinetd restart' .</description>
      <pubDate>Sun, 12 Feb 2006 23:14:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-2-4-21-20-el-telnet-rcp-rlogin-connection-refused/m-p/3729606#M85839</guid>
      <dc:creator>Bejoy C Alias</dc:creator>
      <dc:date>2006-02-12T23:14:36Z</dc:date>
    </item>
    <item>
      <title>Re: Linux 2.4.21-20.EL telnet,rcp,rlogin connection refused</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-2-4-21-20-el-telnet-rcp-rlogin-connection-refused/m-p/3729607#M85840</link>
      <description>by default linux disables all these old legacy network tools. they are terribly outdated and insecure. in fact, they are not even installed anymore by default (but still available if you have _no_ other choice to use them).&lt;BR /&gt;&lt;BR /&gt;i recommend getting familiar with the SSH suite of tools, which includes scp for copying needs. there is nothing you can't do with them that r* can, in fact they can do much more.</description>
      <pubDate>Mon, 13 Feb 2006 03:00:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-2-4-21-20-el-telnet-rcp-rlogin-connection-refused/m-p/3729607#M85840</guid>
      <dc:creator>dirk dierickx</dc:creator>
      <dc:date>2006-02-13T03:00:05Z</dc:date>
    </item>
  </channel>
</rss>

