<?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: permission for ftp and telnet in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/permission-for-ftp-and-telnet/m-p/4443960#M357733</link>
    <description>Hi Khilari,&lt;BR /&gt;&lt;BR /&gt;1. If you want to block the ftp for root.&lt;BR /&gt;&lt;BR /&gt;Edit the file "/etc/ftpd/ftpusers" and add root in this file to block ftp from root on the server.&lt;BR /&gt;&lt;BR /&gt;2. Disable telnet for root.&lt;BR /&gt;Edit the file below.&lt;BR /&gt;&lt;BR /&gt;# cat /etc/securetty&lt;BR /&gt;console&lt;BR /&gt;&lt;BR /&gt;That will prevent root logging in directly from anywhere but the console. It will allow you to log in via telnet as a regular user and, if you know the root password, do a 'su -' to get to root.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Vivek</description>
    <pubDate>Mon, 22 Jun 2009 04:26:52 GMT</pubDate>
    <dc:creator>Vivek Bhatia</dc:creator>
    <dc:date>2009-06-22T04:26:52Z</dc:date>
    <item>
      <title>permission for ftp and telnet</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/permission-for-ftp-and-telnet/m-p/4443958#M357731</link>
      <description>Hi guys, just wondering how do u disable ftp and telnet for root but let it stay up for other users.....&lt;BR /&gt;</description>
      <pubDate>Mon, 22 Jun 2009 04:10:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/permission-for-ftp-and-telnet/m-p/4443958#M357731</guid>
      <dc:creator>khilari</dc:creator>
      <dc:date>2009-06-22T04:10:46Z</dc:date>
    </item>
    <item>
      <title>Re: permission for ftp and telnet</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/permission-for-ftp-and-telnet/m-p/4443959#M357732</link>
      <description>you can set rule set using inetd.sec.</description>
      <pubDate>Mon, 22 Jun 2009 04:16:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/permission-for-ftp-and-telnet/m-p/4443959#M357732</guid>
      <dc:creator>Jeeshan</dc:creator>
      <dc:date>2009-06-22T04:16:18Z</dc:date>
    </item>
    <item>
      <title>Re: permission for ftp and telnet</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/permission-for-ftp-and-telnet/m-p/4443960#M357733</link>
      <description>Hi Khilari,&lt;BR /&gt;&lt;BR /&gt;1. If you want to block the ftp for root.&lt;BR /&gt;&lt;BR /&gt;Edit the file "/etc/ftpd/ftpusers" and add root in this file to block ftp from root on the server.&lt;BR /&gt;&lt;BR /&gt;2. Disable telnet for root.&lt;BR /&gt;Edit the file below.&lt;BR /&gt;&lt;BR /&gt;# cat /etc/securetty&lt;BR /&gt;console&lt;BR /&gt;&lt;BR /&gt;That will prevent root logging in directly from anywhere but the console. It will allow you to log in via telnet as a regular user and, if you know the root password, do a 'su -' to get to root.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Vivek</description>
      <pubDate>Mon, 22 Jun 2009 04:26:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/permission-for-ftp-and-telnet/m-p/4443960#M357733</guid>
      <dc:creator>Vivek Bhatia</dc:creator>
      <dc:date>2009-06-22T04:26:52Z</dc:date>
    </item>
    <item>
      <title>Re: permission for ftp and telnet</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/permission-for-ftp-and-telnet/m-p/4443961#M357734</link>
      <description>HI,&lt;BR /&gt;/etc/ftpd/ftpusers on HP-UX 11.x contains a list of users who are not allowed to access the system via FTP.&lt;BR /&gt;if you open this file and add a line root then root user is not able to FTP.&lt;BR /&gt;# more /etc/ftpd/ftpusers&lt;BR /&gt;root&lt;BR /&gt;&lt;BR /&gt;For telnet you can use inetd.sec&lt;BR /&gt;inetd.sec is a file that can be used to restict access of inetd services (ftp, telnet etc) to particular networks. The&lt;BR /&gt;file is found at /var/adm/inetd.sec.&lt;BR /&gt;&lt;BR /&gt;Suraj&lt;BR /&gt;</description>
      <pubDate>Mon, 22 Jun 2009 04:33:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/permission-for-ftp-and-telnet/m-p/4443961#M357734</guid>
      <dc:creator>Suraj K Sankari</dc:creator>
      <dc:date>2009-06-22T04:33:36Z</dc:date>
    </item>
    <item>
      <title>Re: permission for ftp and telnet</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/permission-for-ftp-and-telnet/m-p/4443962#M357735</link>
      <description>Yes, there is. Create a file called /etc/securetty and put the word console in it.&lt;BR /&gt;&lt;BR /&gt;# cat /etc/securetty&lt;BR /&gt;console&lt;BR /&gt;&lt;BR /&gt;That will prevent root logging in directly from anywhere but the console. It will allow you to log in via telnet as a regular user and, if you know the root password, do a 'su -' to get to root.&lt;BR /&gt;&lt;BR /&gt;PS: Assign points if you find the appropriate answers</description>
      <pubDate>Mon, 22 Jun 2009 04:47:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/permission-for-ftp-and-telnet/m-p/4443962#M357735</guid>
      <dc:creator>Avinash20</dc:creator>
      <dc:date>2009-06-22T04:47:25Z</dc:date>
    </item>
  </channel>
</rss>

