<?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: stopping particular service access in telnet in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/stopping-particular-service-access-in-telnet/m-p/4113191#M83313</link>
    <description>check out&lt;BR /&gt;iptables -A INPUT -s &lt;IP address=""&gt; --dport 23 -j DROP.&lt;BR /&gt;&lt;BR /&gt;at the iptables file&lt;BR /&gt;then for ftp same as above but --dport 21&lt;BR /&gt;ssh 22&lt;/IP&gt;</description>
    <pubDate>Thu, 27 Dec 2007 09:12:34 GMT</pubDate>
    <dc:creator>sandeep mathur</dc:creator>
    <dc:date>2007-12-27T09:12:34Z</dc:date>
    <item>
      <title>stopping particular service access in telnet</title>
      <link>https://community.hpe.com/t5/operating-system-linux/stopping-particular-service-access-in-telnet/m-p/4113186#M83308</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt; Can we stop a user from using a particular service like reboot..etc to a user who has &lt;BR /&gt;telneted into our machine ?&lt;BR /&gt;&lt;BR /&gt;thanks in advance</description>
      <pubDate>Fri, 07 Dec 2007 05:44:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/stopping-particular-service-access-in-telnet/m-p/4113186#M83308</guid>
      <dc:creator>Srikara.D</dc:creator>
      <dc:date>2007-12-07T05:44:26Z</dc:date>
    </item>
    <item>
      <title>Re: stopping particular service access in telnet</title>
      <link>https://community.hpe.com/t5/operating-system-linux/stopping-particular-service-access-in-telnet/m-p/4113187#M83309</link>
      <description>Check the information in this link:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.redhat.com/docs/manuals/linux/RHL-9-Manual/custom-guide/s1-access-console-program.html" target="_blank"&gt;http://www.redhat.com/docs/manuals/linux/RHL-9-Manual/custom-guide/s1-access-console-program.html&lt;/A&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 07 Dec 2007 06:41:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/stopping-particular-service-access-in-telnet/m-p/4113187#M83309</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2007-12-07T06:41:43Z</dc:date>
    </item>
    <item>
      <title>Re: stopping particular service access in telnet</title>
      <link>https://community.hpe.com/t5/operating-system-linux/stopping-particular-service-access-in-telnet/m-p/4113188#M83310</link>
      <description>just give normal permissions to the user through which it is coming through telnet.&lt;BR /&gt;Don give him special priveledges which would allow him to do some damage to system.&lt;BR /&gt;It is applicable to normal user aalso doesn't necessary to be a user through telnet.&lt;BR /&gt;BR,&lt;BR /&gt;kapil</description>
      <pubDate>Fri, 07 Dec 2007 06:47:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/stopping-particular-service-access-in-telnet/m-p/4113188#M83310</guid>
      <dc:creator>Kapil Jha</dc:creator>
      <dc:date>2007-12-07T06:47:28Z</dc:date>
    </item>
    <item>
      <title>Re: stopping particular service access in telnet</title>
      <link>https://community.hpe.com/t5/operating-system-linux/stopping-particular-service-access-in-telnet/m-p/4113189#M83311</link>
      <description>ACL (Access Control List) could be used to assign or deny privileges.</description>
      <pubDate>Mon, 10 Dec 2007 16:09:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/stopping-particular-service-access-in-telnet/m-p/4113189#M83311</guid>
      <dc:creator>loco_vikide</dc:creator>
      <dc:date>2007-12-10T16:09:16Z</dc:date>
    </item>
    <item>
      <title>Re: stopping particular service access in telnet</title>
      <link>https://community.hpe.com/t5/operating-system-linux/stopping-particular-service-access-in-telnet/m-p/4113190#M83312</link>
      <description>If it's just a 'user', then they shouldn't have access to those commands anyway.   Check the permissions on them to ensure they aren't suid-root.&lt;BR /&gt;&lt;BR /&gt;If you're talking about a user who has 'sudo' access, then look at the documentation in 'man sudoers'.&lt;BR /&gt;&lt;BR /&gt;If you're talking about a user who has 'su' access, well you can't without writing wrappers around them (which I wouldn't recomend).</description>
      <pubDate>Tue, 11 Dec 2007 00:00:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/stopping-particular-service-access-in-telnet/m-p/4113190#M83312</guid>
      <dc:creator>Stuart Browne</dc:creator>
      <dc:date>2007-12-11T00:00:32Z</dc:date>
    </item>
    <item>
      <title>Re: stopping particular service access in telnet</title>
      <link>https://community.hpe.com/t5/operating-system-linux/stopping-particular-service-access-in-telnet/m-p/4113191#M83313</link>
      <description>check out&lt;BR /&gt;iptables -A INPUT -s &lt;IP address=""&gt; --dport 23 -j DROP.&lt;BR /&gt;&lt;BR /&gt;at the iptables file&lt;BR /&gt;then for ftp same as above but --dport 21&lt;BR /&gt;ssh 22&lt;/IP&gt;</description>
      <pubDate>Thu, 27 Dec 2007 09:12:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/stopping-particular-service-access-in-telnet/m-p/4113191#M83313</guid>
      <dc:creator>sandeep mathur</dc:creator>
      <dc:date>2007-12-27T09:12:34Z</dc:date>
    </item>
  </channel>
</rss>

