<?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: FTP and Telnet in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/ftp-and-telnet/m-p/2621244#M89730</link>
    <description>Hi try to install ftp-0.17-6.i386 patch from Redhat CD,which is in Redhat/RPMS directory.&lt;BR /&gt;I will attach that file,&lt;BR /&gt;&lt;BR /&gt;Bye&lt;BR /&gt;Balaji</description>
    <pubDate>Thu, 29 Nov 2001 08:39:45 GMT</pubDate>
    <dc:creator>Balaji_3</dc:creator>
    <dc:date>2001-11-29T08:39:45Z</dc:date>
    <item>
      <title>FTP and Telnet</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ftp-and-telnet/m-p/2621238#M89724</link>
      <description>hello,&lt;BR /&gt;i just installed RHlinux7.1 on my intel machine. how do i configure ftp and telnet?&lt;BR /&gt;i changed /etc/xinetd.d/wu-ftp to disable=no but i couldnt login as root, only anonymous is allowed, any more changes i have to do?&lt;BR /&gt;also telnet, i changed disable=no but i get a login incorrect even with the right password&lt;BR /&gt;&lt;BR /&gt;help..?&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Wed, 28 Nov 2001 01:25:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ftp-and-telnet/m-p/2621238#M89724</guid>
      <dc:creator>Dave Bunting</dc:creator>
      <dc:date>2001-11-28T01:25:32Z</dc:date>
    </item>
    <item>
      <title>Re: FTP and Telnet</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ftp-and-telnet/m-p/2621239#M89725</link>
      <description>Hello Dave,&lt;BR /&gt;&lt;BR /&gt;You need to add a line to your /etc/ftpaccess file like:&lt;BR /&gt;&lt;BR /&gt;class   all   real,guest,anonymous  *&lt;BR /&gt;&lt;BR /&gt;Chances are you already have this line as a comment on your /etc/ftpaccess file. If that's the case, just remove the comment char (#).&lt;BR /&gt;&lt;BR /&gt;Note that you should be able to login as a regular user, not root. If you also want to open ftp for root (not recommended!!!):&lt;BR /&gt;&lt;BR /&gt;- Edit /etc/ftpusers and remove 'root' from there&lt;BR /&gt;- Comment the lines (add a # on the first column) where you see 'deny-gid' and 'deny-uid' in your /etc/ftpaccess file.&lt;BR /&gt;&lt;BR /&gt;Hope it helps,&lt;BR /&gt;Paga&lt;BR /&gt;</description>
      <pubDate>Wed, 28 Nov 2001 03:21:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ftp-and-telnet/m-p/2621239#M89725</guid>
      <dc:creator>Marco Paganini</dc:creator>
      <dc:date>2001-11-28T03:21:16Z</dc:date>
    </item>
    <item>
      <title>Re: FTP and Telnet</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ftp-and-telnet/m-p/2621240#M89726</link>
      <description>Thanks Marco,&lt;BR /&gt;i can now ftp and telnet to my linux machine using anonymous and 'real' user accounts. But when i try ftp'ing and telneting, i get a login incorrect error even though i supplied the correct password... why is this so?&lt;BR /&gt;&lt;BR /&gt;thanks again</description>
      <pubDate>Wed, 28 Nov 2001 05:08:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ftp-and-telnet/m-p/2621240#M89726</guid>
      <dc:creator>Dave Bunting</dc:creator>
      <dc:date>2001-11-28T05:08:55Z</dc:date>
    </item>
    <item>
      <title>Re: FTP and Telnet</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ftp-and-telnet/m-p/2621241#M89727</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;You *should* be able to ftp as root if you did the configurations I mentioned above. If ftp is refusing your root connections, it should be sending something to /var/log/messages or /var/log/secure. Check it there and let me know if you find anything funny coming from ftp.&lt;BR /&gt;&lt;BR /&gt;Also, if you want to telnet as root, add pts/1, pts/2, pts/3 (and a whole bunch of them until pts/N) to /etc/securetty. That should do the trick for you.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Paga&lt;BR /&gt;</description>
      <pubDate>Wed, 28 Nov 2001 14:44:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ftp-and-telnet/m-p/2621241#M89727</guid>
      <dc:creator>Marco Paganini</dc:creator>
      <dc:date>2001-11-28T14:44:28Z</dc:date>
    </item>
    <item>
      <title>Re: FTP and Telnet</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ftp-and-telnet/m-p/2621242#M89728</link>
      <description>Thanks for the help Marco,&lt;BR /&gt;&lt;BR /&gt;I still cannot ftp and telnet if im using root... here are the logs&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;telnet log:&lt;BR /&gt;&lt;BR /&gt;Nov 29 08:47:15 hppsso42 login(pam_unix)[3274]: authentication failure; logname= uid=0 euid=0 tty=pts/1 ruser= rhost=ph17202  user=root&lt;BR /&gt;&lt;BR /&gt;Nov 29 08:47:17 hppsso42 login[3274]: FAILED LOGIN 2 FROM ph17202 FOR root, Authentication failure&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;ftp logs:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Nov 29 08:49:25 hppsso42 ftpd[3277]: FTP LOGIN REFUSED (username in denied-uid) FROM ph17202 [127.0.0.1], root&lt;BR /&gt;&lt;BR /&gt;Nov 29 08:49:31 hppsso42 ftpd[3277]: FTP session closed&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 29 Nov 2001 00:50:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ftp-and-telnet/m-p/2621242#M89728</guid>
      <dc:creator>Dave Bunting</dc:creator>
      <dc:date>2001-11-29T00:50:58Z</dc:date>
    </item>
    <item>
      <title>Re: FTP and Telnet</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ftp-and-telnet/m-p/2621243#M89729</link>
      <description>Hello Dave:&lt;BR /&gt;&lt;BR /&gt;Two things:&lt;BR /&gt;&lt;BR /&gt;1) For telnet:&lt;BR /&gt;&lt;BR /&gt;Did you put pts/1, pts/2, pts/3 etc on your /etc/securetty file? &lt;BR /&gt;&lt;BR /&gt;2) For FTP&lt;BR /&gt;&lt;BR /&gt;Did you comment out the 'deny-uid' and 'deny-gid' lines on /etc/ftpaccess? Also, don't forget to remove the 'root' line from /etc/ftpusers!&lt;BR /&gt;&lt;BR /&gt;Let me know as it goes.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Paga&lt;BR /&gt;</description>
      <pubDate>Thu, 29 Nov 2001 03:40:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ftp-and-telnet/m-p/2621243#M89729</guid>
      <dc:creator>Marco Paganini</dc:creator>
      <dc:date>2001-11-29T03:40:44Z</dc:date>
    </item>
    <item>
      <title>Re: FTP and Telnet</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ftp-and-telnet/m-p/2621244#M89730</link>
      <description>Hi try to install ftp-0.17-6.i386 patch from Redhat CD,which is in Redhat/RPMS directory.&lt;BR /&gt;I will attach that file,&lt;BR /&gt;&lt;BR /&gt;Bye&lt;BR /&gt;Balaji</description>
      <pubDate>Thu, 29 Nov 2001 08:39:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ftp-and-telnet/m-p/2621244#M89730</guid>
      <dc:creator>Balaji_3</dc:creator>
      <dc:date>2001-11-29T08:39:45Z</dc:date>
    </item>
    <item>
      <title>Re: FTP and Telnet</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ftp-and-telnet/m-p/2621245#M89731</link>
      <description>Hi try to install ftp-0.17-6.i386 patch from Redhat CD,which is in Redhat/RPMS directory.&lt;BR /&gt;I will attach that file,&lt;BR /&gt;&lt;BR /&gt;Bye&lt;BR /&gt;Balaji</description>
      <pubDate>Thu, 29 Nov 2001 08:40:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ftp-and-telnet/m-p/2621245#M89731</guid>
      <dc:creator>Balaji_3</dc:creator>
      <dc:date>2001-11-29T08:40:37Z</dc:date>
    </item>
    <item>
      <title>Re: FTP and Telnet</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ftp-and-telnet/m-p/2621246#M89732</link>
      <description>thanks, Paga and Balaji for the efforts....</description>
      <pubDate>Thu, 06 Dec 2001 05:04:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ftp-and-telnet/m-p/2621246#M89732</guid>
      <dc:creator>Dave Bunting</dc:creator>
      <dc:date>2001-12-06T05:04:03Z</dc:date>
    </item>
    <item>
      <title>Re: FTP and Telnet</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ftp-and-telnet/m-p/2621247#M89733</link>
      <description>Hi Dave,&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;for telnet:&lt;BR /&gt;&lt;BR /&gt;modify /etc/securetty and add entries for pts/1, pts2,pts/3,...etc&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;for ftp:&lt;BR /&gt;&lt;BR /&gt;modify /etc/ftpaccess:&lt;BR /&gt;&lt;BR /&gt;comment out 'dent-uid and deny-gid'&lt;BR /&gt;&lt;BR /&gt;uncomment 'class all, real,guest, anonymous *'&lt;BR /&gt;&lt;BR /&gt;modify /etc/ftpusers&lt;BR /&gt;&lt;BR /&gt;remove 'root'&lt;BR /&gt;&lt;BR /&gt;modify the following entries:&lt;BR /&gt;&lt;BR /&gt;/etc/xinetd.d/wu-ftp 'disable=no'&lt;BR /&gt;&lt;BR /&gt;/etc/xinetd.d/telnetd 'disable=no'&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;then restart xinetd daemon:&lt;BR /&gt;&lt;BR /&gt;/etc/rc.d/init.d/xinetd restart&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;d_b</description>
      <pubDate>Wed, 12 Dec 2001 03:47:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ftp-and-telnet/m-p/2621247#M89733</guid>
      <dc:creator>Mary Ann Lipa</dc:creator>
      <dc:date>2001-12-12T03:47:45Z</dc:date>
    </item>
  </channel>
</rss>

