<?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: hosts.allow and username lookup in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/hosts-allow-and-username-lookup/m-p/3018676#M5581</link>
    <description>perhaps editing /etc/security/access.conf&lt;BR /&gt;will help you to solve your problem.&lt;BR /&gt;you can specify if a specific user/group can/can't login from specific machine&lt;BR /&gt;see the file for examples.</description>
    <pubDate>Wed, 09 Jul 2003 08:59:31 GMT</pubDate>
    <dc:creator>Alexander Chuzhoy</dc:creator>
    <dc:date>2003-07-09T08:59:31Z</dc:date>
    <item>
      <title>hosts.allow and username lookup</title>
      <link>https://community.hpe.com/t5/operating-system-linux/hosts-allow-and-username-lookup/m-p/3018674#M5579</link>
      <description>Hi all!&lt;BR /&gt;Is it possible to restrict the use of a daemon to a specific user on a specific host?&lt;BR /&gt;For example:&lt;BR /&gt;allow telnet connection from 10.10.10.1 for user root only.&lt;BR /&gt;&lt;BR /&gt;P.S. /etc/hosts.allow: "in.telnetd: root@10.10.10.1"  does not work. &lt;BR /&gt;&lt;BR /&gt;Sergejs</description>
      <pubDate>Wed, 09 Jul 2003 05:53:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/hosts-allow-and-username-lookup/m-p/3018674#M5579</guid>
      <dc:creator>Sergejs Svitnevs</dc:creator>
      <dc:date>2003-07-09T05:53:01Z</dc:date>
    </item>
    <item>
      <title>Re: hosts.allow and username lookup</title>
      <link>https://community.hpe.com/t5/operating-system-linux/hosts-allow-and-username-lookup/m-p/3018675#M5580</link>
      <description>edit the deamon-specific file in /etc/xinetd.d/,&lt;BR /&gt;adding the line 'only_from = &lt;IP&gt; ... &lt;IP&gt;'.&lt;BR /&gt;&lt;BR /&gt;this lets you to filter specific ip addresses.&lt;BR /&gt;&lt;BR /&gt;regarding the users, I think you should work on the configuration of the specific deamon. xinetd manages only the network connections.&lt;BR /&gt;&lt;BR /&gt;look at man xinetd.conf, man xinetd&lt;BR /&gt;&lt;BR /&gt;Ciao&lt;BR /&gt;Claudio&lt;/IP&gt;&lt;/IP&gt;</description>
      <pubDate>Wed, 09 Jul 2003 06:29:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/hosts-allow-and-username-lookup/m-p/3018675#M5580</guid>
      <dc:creator>Claudio Cilloni</dc:creator>
      <dc:date>2003-07-09T06:29:15Z</dc:date>
    </item>
    <item>
      <title>Re: hosts.allow and username lookup</title>
      <link>https://community.hpe.com/t5/operating-system-linux/hosts-allow-and-username-lookup/m-p/3018676#M5581</link>
      <description>perhaps editing /etc/security/access.conf&lt;BR /&gt;will help you to solve your problem.&lt;BR /&gt;you can specify if a specific user/group can/can't login from specific machine&lt;BR /&gt;see the file for examples.</description>
      <pubDate>Wed, 09 Jul 2003 08:59:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/hosts-allow-and-username-lookup/m-p/3018676#M5581</guid>
      <dc:creator>Alexander Chuzhoy</dc:creator>
      <dc:date>2003-07-09T08:59:31Z</dc:date>
    </item>
    <item>
      <title>Re: hosts.allow and username lookup</title>
      <link>https://community.hpe.com/t5/operating-system-linux/hosts-allow-and-username-lookup/m-p/3018677#M5582</link>
      <description>My look at prior threads shows they stop all logins, not for a specific daemon.&lt;BR /&gt;&lt;BR /&gt;As far as root goes, Linux specifically is configured to prevent root telnet login due to the security hazard.&lt;BR /&gt;&lt;BR /&gt;Better off with openssh.  Exchange public keys and do the login thing without passwords at all.&lt;BR /&gt;&lt;BR /&gt;Doc attached.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Wed, 09 Jul 2003 11:01:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/hosts-allow-and-username-lookup/m-p/3018677#M5582</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2003-07-09T11:01:35Z</dc:date>
    </item>
    <item>
      <title>Re: hosts.allow and username lookup</title>
      <link>https://community.hpe.com/t5/operating-system-linux/hosts-allow-and-username-lookup/m-p/3018678#M5583</link>
      <description>Alexander,&lt;BR /&gt;I have placed in /etc/pam.d/login the following line: account required /lib/security/pam_access.so. Then in /etc/security/access.conf placed:&lt;BR /&gt;-:ALL EXCEPT root:10.10.10.1&lt;BR /&gt;&lt;BR /&gt;It doesn`t seems to work.&lt;BR /&gt;Anyone out there who has successfully implemented /etc/security/access.conf?&lt;BR /&gt;&lt;BR /&gt;Sergejs</description>
      <pubDate>Wed, 09 Jul 2003 12:13:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/hosts-allow-and-username-lookup/m-p/3018678#M5583</guid>
      <dc:creator>Sergejs Svitnevs</dc:creator>
      <dc:date>2003-07-09T12:13:12Z</dc:date>
    </item>
    <item>
      <title>Re: hosts.allow and username lookup</title>
      <link>https://community.hpe.com/t5/operating-system-linux/hosts-allow-and-username-lookup/m-p/3018679#M5584</link>
      <description>sorry,bro&lt;BR /&gt;I forgot to mention&lt;BR /&gt;you should also add a line in&lt;BR /&gt;/etc/pam.d/login&lt;BR /&gt;right after the "account" line&lt;BR /&gt;it should look like this&lt;BR /&gt;account  required  pam_access.so&lt;BR /&gt;&lt;BR /&gt;do it and it will work</description>
      <pubDate>Wed, 09 Jul 2003 14:05:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/hosts-allow-and-username-lookup/m-p/3018679#M5584</guid>
      <dc:creator>Alexander Chuzhoy</dc:creator>
      <dc:date>2003-07-09T14:05:41Z</dc:date>
    </item>
  </channel>
</rss>

