<?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 How to use /var/adm/inetd.sec? in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/how-to-use-var-adm-inetd-sec/m-p/3654400#M85406</link>
    <description>I want to limit some user telnet my system,so add /var/adm/inetd.sec in my system,for example:telnet allow 10.6.6.6, but I find the other user can still telnet the host. why?</description>
    <pubDate>Fri, 21 Oct 2005 00:50:51 GMT</pubDate>
    <dc:creator>zhaidc_1</dc:creator>
    <dc:date>2005-10-21T00:50:51Z</dc:date>
    <item>
      <title>How to use /var/adm/inetd.sec?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-use-var-adm-inetd-sec/m-p/3654400#M85406</link>
      <description>I want to limit some user telnet my system,so add /var/adm/inetd.sec in my system,for example:telnet allow 10.6.6.6, but I find the other user can still telnet the host. why?</description>
      <pubDate>Fri, 21 Oct 2005 00:50:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-use-var-adm-inetd-sec/m-p/3654400#M85406</guid>
      <dc:creator>zhaidc_1</dc:creator>
      <dc:date>2005-10-21T00:50:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to use /var/adm/inetd.sec?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-use-var-adm-inetd-sec/m-p/3654401#M85407</link>
      <description>inetd.sec is read top to bottom.&lt;BR /&gt;&lt;BR /&gt;The reason everyone can still telnet to your system is there is no deny.&lt;BR /&gt;&lt;BR /&gt;telnet deny * in that file, right after the allow statement.&lt;BR /&gt;&lt;BR /&gt;inetd -c&lt;BR /&gt;&lt;BR /&gt;Now only that user should be allowed.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Fri, 21 Oct 2005 02:23:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-use-var-adm-inetd-sec/m-p/3654401#M85407</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2005-10-21T02:23:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to use /var/adm/inetd.sec?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-use-var-adm-inetd-sec/m-p/3654402#M85408</link>
      <description>Do you want to control based on users? It is possible with tcpwrappers or /etc/profile scripting.&lt;BR /&gt;&lt;BR /&gt;/var/adm/inetd.sec file is used to control Remote IP-Address or Hostname or Network based.&lt;BR /&gt;&lt;BR /&gt;To control with /etc/profile then,&lt;BR /&gt;&lt;BR /&gt;--- /etc/profile ---&lt;BR /&gt;if [[ ${LOGNAME} = "test" || ${LOGNAME} = "guest" ]]&lt;BR /&gt;then&lt;BR /&gt;  echo "${LOGNAME} is not allowed to login. Contact administrator &lt;DETAILS&gt;"&lt;BR /&gt;  sleep 5&lt;BR /&gt;  exit 1&lt;BR /&gt;fi&lt;BR /&gt;&lt;BR /&gt;TCP Wrappers:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.linuxfromscratch.org/blfs/view/stable/basicnet/tcpwrappers.html" target="_blank"&gt;http://www.linuxfromscratch.org/blfs/view/stable/basicnet/tcpwrappers.html&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://www.phys.ufl.edu/docs/system/public_domain/tcpwrapper.html" target="_blank"&gt;http://www.phys.ufl.edu/docs/system/public_domain/tcpwrapper.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Note: You have to change X-Windows to use /etc/profile for login so that scripting will control X-Windows too.&lt;BR /&gt;&lt;BR /&gt;hth.&lt;BR /&gt;&lt;/DETAILS&gt;</description>
      <pubDate>Fri, 21 Oct 2005 03:10:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-use-var-adm-inetd-sec/m-p/3654402#M85408</guid>
      <dc:creator>Muthukumar_5</dc:creator>
      <dc:date>2005-10-21T03:10:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to use /var/adm/inetd.sec?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-use-var-adm-inetd-sec/m-p/3654403#M85409</link>
      <description>I thing that you mean xinet.d ?&lt;BR /&gt;/var/adm/ined.sec is HPUX files for that !!!</description>
      <pubDate>Sat, 22 Oct 2005 05:53:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-use-var-adm-inetd-sec/m-p/3654403#M85409</guid>
      <dc:creator>Ivajlo Yanakiev</dc:creator>
      <dc:date>2005-10-22T05:53:32Z</dc:date>
    </item>
  </channel>
</rss>

