<?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: rlogin help in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/rlogin-help/m-p/5168410#M457552</link>
    <description>Use the ~/.rhosts file to enable individual users.  See "man .rhosts".&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
    <pubDate>Tue, 07 Apr 2009 11:05:45 GMT</pubDate>
    <dc:creator>Pete Randall</dc:creator>
    <dc:date>2009-04-07T11:05:45Z</dc:date>
    <item>
      <title>rlogin help</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rlogin-help/m-p/5168409#M457551</link>
      <description>Hi all&lt;BR /&gt;   I want only selected users to do rlogin.I don't want all users can do rlogin for my servers.Is their any way to do it.</description>
      <pubDate>Tue, 07 Apr 2009 10:56:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rlogin-help/m-p/5168409#M457551</guid>
      <dc:creator>Abhilash Krishnan</dc:creator>
      <dc:date>2009-04-07T10:56:06Z</dc:date>
    </item>
    <item>
      <title>Re: rlogin help</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rlogin-help/m-p/5168410#M457552</link>
      <description>Use the ~/.rhosts file to enable individual users.  See "man .rhosts".&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Tue, 07 Apr 2009 11:05:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rlogin-help/m-p/5168410#M457552</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2009-04-07T11:05:45Z</dc:date>
    </item>
    <item>
      <title>Re: rlogin help</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rlogin-help/m-p/5168411#M457553</link>
      <description>Remote login (rlogin) requires the existence of either the .rhost or hosts.equiv file.&lt;BR /&gt;&lt;BR /&gt;So if you don't want certain people to have that access you need to ensure that these files for those accounts don't have their information allowing to enter via the file permissions.  A cron'd script that goes out and searches for these files and checks to ensure certain things aren't there might do.&lt;BR /&gt;&lt;BR /&gt;Or if you are trying to block them from any contact (rlogin or telnet or anything) you could edit your /var/adm/inetd.sec file and put their info in that file like this example:&lt;BR /&gt;&lt;BR /&gt;telnet  deny  x.x.x.x&lt;BR /&gt;login   deny  1.2.3.4 2.3.4.5&lt;BR /&gt;&lt;BR /&gt;Rgrds,&lt;BR /&gt;Rita&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 07 Apr 2009 11:06:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rlogin-help/m-p/5168411#M457553</guid>
      <dc:creator>Rita C Workman</dc:creator>
      <dc:date>2009-04-07T11:06:34Z</dc:date>
    </item>
    <item>
      <title>Re: rlogin help</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rlogin-help/m-p/5168412#M457554</link>
      <description>Hi rita&lt;BR /&gt;   I am doing changes in /var/adm/inetd.sec file &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;login deny srikanth&lt;BR /&gt;&lt;BR /&gt;where srikanth is the user but still he can do rlogin to server I also rstart the initd services&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 07 Apr 2009 11:48:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rlogin-help/m-p/5168412#M457554</guid>
      <dc:creator>Abhilash Krishnan</dc:creator>
      <dc:date>2009-04-07T11:48:35Z</dc:date>
    </item>
    <item>
      <title>Re: rlogin help</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rlogin-help/m-p/5168413#M457555</link>
      <description>&amp;gt;&amp;gt;I am doing changes in /var/adm/inetd.sec file&lt;BR /&gt;&amp;gt;&amp;gt;login deny srikanth&lt;BR /&gt;&lt;BR /&gt;The inetd.sec file only uses HOST NAMES or IP ADDRESSES.  You can NOT put a user name in that file.  It will NOT work.&lt;BR /&gt;</description>
      <pubDate>Tue, 07 Apr 2009 12:17:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rlogin-help/m-p/5168413#M457555</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2009-04-07T12:17:57Z</dc:date>
    </item>
    <item>
      <title>Re: rlogin help</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rlogin-help/m-p/5168414#M457556</link>
      <description>Hi Biju,&lt;BR /&gt;&lt;BR /&gt;&amp;gt;&amp;gt;changes in /var/adm/inetd.sec file &amp;lt;&amp;lt;&lt;BR /&gt;&lt;BR /&gt;&amp;gt;&amp;gt;login deny srikanth&amp;lt;&amp;lt; You can only point ipaddress. only&lt;BR /&gt;&lt;BR /&gt;Example:-&lt;BR /&gt;&lt;BR /&gt;login deny 192.168.*.*&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Johnson</description>
      <pubDate>Tue, 07 Apr 2009 12:18:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rlogin-help/m-p/5168414#M457556</guid>
      <dc:creator>Johnson Punniyalingam</dc:creator>
      <dc:date>2009-04-07T12:18:06Z</dc:date>
    </item>
    <item>
      <title>Re: rlogin help</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rlogin-help/m-p/5168415#M457557</link>
      <description>Hi Biju,&lt;BR /&gt;&lt;BR /&gt;You try some "work around" methods&lt;BR /&gt;&lt;BR /&gt;Example 1:- &lt;BR /&gt;&lt;BR /&gt;Create two groups. To this groups add the users to which you want to give rlogin &amp;amp; telnet access. Say for example.&lt;BR /&gt;&lt;BR /&gt;vi /etc/group&lt;BR /&gt;&lt;BR /&gt;...&lt;BR /&gt;...&lt;BR /&gt;...&lt;BR /&gt;telgrp::600:root,debbie,joseph,deepak,muthu&lt;BR /&gt;rloggrp::601:root,debbie,joseph,deepak,muthu&lt;BR /&gt;-r-sr-xr-- 1 rloggrp bin 36864 Nov 14 2000 /usr/bin/rlogin&lt;BR /&gt;-r-xr-xr-- 1 telgrp bin 106496 Nov 14 2000 /usr/bin/telnet&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Give execute permission for this group only.</description>
      <pubDate>Tue, 07 Apr 2009 12:28:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rlogin-help/m-p/5168415#M457557</guid>
      <dc:creator>Johnson Punniyalingam</dc:creator>
      <dc:date>2009-04-07T12:28:44Z</dc:date>
    </item>
    <item>
      <title>Re: rlogin help</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rlogin-help/m-p/5168416#M457558</link>
      <description>Hi johnson &lt;BR /&gt;&lt;BR /&gt;   How i can give execute permission to that group only .Is this ok to change permission of /usr/bin/rlogin.Its Ok then give me step by step procedure to do it.I want only srikanth can rlogin to my server  except srikanth noone can rlogin.</description>
      <pubDate>Tue, 07 Apr 2009 14:02:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rlogin-help/m-p/5168416#M457558</guid>
      <dc:creator>Abhilash Krishnan</dc:creator>
      <dc:date>2009-04-07T14:02:35Z</dc:date>
    </item>
    <item>
      <title>Re: rlogin help</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rlogin-help/m-p/5168417#M457559</link>
      <description>hi</description>
      <pubDate>Thu, 09 Apr 2009 04:36:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rlogin-help/m-p/5168417#M457559</guid>
      <dc:creator>Abhilash Krishnan</dc:creator>
      <dc:date>2009-04-09T04:36:36Z</dc:date>
    </item>
  </channel>
</rss>

