<?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: Telnet logins in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/telnet-logins/m-p/4895529#M745461</link>
    <description>Can you POST the output of this command again?&lt;BR /&gt;&lt;BR /&gt;grep telnet /etc/services /etc/inetd.conf&lt;BR /&gt;&lt;BR /&gt;because this is VERY wrong:&lt;BR /&gt;/etc/services:telnet stream tcp nowait root /usr/lbin/telnetd telnetd -b/etc/issue&lt;BR /&gt;&lt;BR /&gt;It should read:&lt;BR /&gt;&lt;BR /&gt;/etc/services:telnet        23/tcp                 # Virtual Terminal Protocol&lt;BR /&gt;/etc/inetd.conf:telnet       stream tcp nowait root /usr/lbin/telnetd   telnetd -b /etc/issue&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;from your output /etc/services has the contents of /etc/inetd.conf - Hopefully just a TYPO of cut &amp;amp; paste&lt;BR /&gt;&lt;BR /&gt;live free or die&lt;BR /&gt;harry d brown jr&lt;BR /&gt;</description>
    <pubDate>Mon, 11 Apr 2005 10:36:13 GMT</pubDate>
    <dc:creator>harry d brown jr</dc:creator>
    <dc:date>2005-04-11T10:36:13Z</dc:date>
    <item>
      <title>Telnet logins</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/telnet-logins/m-p/4895523#M745455</link>
      <description>I have a server running HPUX 11.0.&lt;BR /&gt;Problem has arisen : any user attempting to log into server using a telnet session is granted access without requesting a password.&lt;BR /&gt;I have shutdown inetd until I have this solved.&lt;BR /&gt;I have remove an and all .rhosts files and /etc/hosts.equiv. The system has been rebooted.&lt;BR /&gt;&lt;BR /&gt;Any ideas???&lt;BR /&gt;</description>
      <pubDate>Mon, 11 Apr 2005 09:11:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/telnet-logins/m-p/4895523#M745455</guid>
      <dc:creator>Eugene Klaus</dc:creator>
      <dc:date>2005-04-11T09:11:05Z</dc:date>
    </item>
    <item>
      <title>Re: Telnet logins</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/telnet-logins/m-p/4895524#M745456</link>
      <description>First you can shutdown telnet in&lt;BR /&gt;/var/adm/inetd.sec and put in this:&lt;BR /&gt;telnet          deny&lt;BR /&gt;&lt;BR /&gt;so you won't have to shutdown inetd.&lt;BR /&gt;&lt;BR /&gt;Futher is it a trusted system or is it a non trusted system. If it is a non trusted system did you disable the non-password in the security file? if don't fix it.&lt;BR /&gt;</description>
      <pubDate>Mon, 11 Apr 2005 09:20:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/telnet-logins/m-p/4895524#M745456</guid>
      <dc:creator>Mark Nieuwboer</dc:creator>
      <dc:date>2005-04-11T09:20:32Z</dc:date>
    </item>
    <item>
      <title>Re: Telnet logins</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/telnet-logins/m-p/4895525#M745457</link>
      <description>Eugene,&lt;BR /&gt;&lt;BR /&gt;There are 2 possibilities here that I can think of;&lt;BR /&gt;&lt;BR /&gt;1)  Users have no passwords.  If the password field of /etc/passwd is empty, users won't be asked to enter a password.&lt;BR /&gt;&lt;BR /&gt;2)  TAC access control is enabled on the server.  This works in a similar way to host equivalency for rlogin.  Check the telnetd line in /etc/inetd.conf  If this contains the parameter -t, TAC is enabled.  This is a security problem, as it works based on the UID number of the account, rather than the user name, so equivalence between hosts is not necessarily to the same user ID.  This equivalence is based on /etc/hosts.equiv and local .rhosts files, so if you've removed those, it's unlikely to be this that's the problem.</description>
      <pubDate>Mon, 11 Apr 2005 09:23:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/telnet-logins/m-p/4895525#M745457</guid>
      <dc:creator>Chris Wilshaw</dc:creator>
      <dc:date>2005-04-11T09:23:17Z</dc:date>
    </item>
    <item>
      <title>Re: Telnet logins</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/telnet-logins/m-p/4895526#M745458</link>
      <description>&lt;BR /&gt;any user name?&lt;BR /&gt;&lt;BR /&gt;What do the following commands&lt;BR /&gt;&lt;BR /&gt; grep telnet /etc/services /etc/inetd.conf&lt;BR /&gt;&lt;BR /&gt; ps -ef | grep -e telnet -e ssh&lt;BR /&gt;&lt;BR /&gt; ls -l /var/adm/inetd.sec&lt;BR /&gt;&lt;BR /&gt; grep -v "^#" /var/adm/inetd.sec&lt;BR /&gt;&lt;BR /&gt; what /usr/lbin/telnetd&lt;BR /&gt;&lt;BR /&gt;return?&lt;BR /&gt;&lt;BR /&gt;If you rebooted then most likely inetd restarted.&lt;BR /&gt;&lt;BR /&gt;live free or die&lt;BR /&gt;harry d brown jr</description>
      <pubDate>Mon, 11 Apr 2005 09:23:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/telnet-logins/m-p/4895526#M745458</guid>
      <dc:creator>harry d brown jr</dc:creator>
      <dc:date>2005-04-11T09:23:53Z</dc:date>
    </item>
    <item>
      <title>Re: Telnet logins</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/telnet-logins/m-p/4895527#M745459</link>
      <description>When you shut down inetd users with existing connections will not be logged off.&lt;BR /&gt;&lt;BR /&gt;You can spot them with netstat -an&lt;BR /&gt;&lt;BR /&gt;You have to terminate those users manually until your security problem is solved.&lt;BR /&gt;&lt;BR /&gt;The inetd.sec file can be used to deny access by ip address if warranted. Once again the effect will not be immediate, just on new sessions.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Mon, 11 Apr 2005 09:30:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/telnet-logins/m-p/4895527#M745459</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2005-04-11T09:30:14Z</dc:date>
    </item>
    <item>
      <title>Re: Telnet logins</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/telnet-logins/m-p/4895528#M745460</link>
      <description>grep telnet /etc/services /etc/inetd.conf&lt;BR /&gt;/etc/services:telnet     stream tcp nowait root /usr/lbin/telnetd telnetd -b/etc/issue&lt;BR /&gt;&lt;BR /&gt;ps -ef|grep -e telnet -e ssh&lt;BR /&gt;eklaus1 3846 3844 8 08:27:22 ?  0:08 sshd: eklaus1@pts/0&lt;BR /&gt; root   2506    1 0 06:04:39 ?  0:00 /opt.ssh/sbin/sshd&lt;BR /&gt; root   4248  3882 6 10:43:59 pts/0  0:00 grep -e telnet -e ssh&lt;BR /&gt; r00t   3844  2506 0 08:27:12 ?  0:01 sshd: eklaus1 [priv]&lt;BR /&gt;&lt;BR /&gt;grep -v "^#" /var/adm/inetd.sec&lt;BR /&gt;dtspc   allow  127.0.0.1 loopback ese007&lt;BR /&gt;&lt;BR /&gt;I have already shut inetd down using inetd -k.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;inetd.conf has been copied from a working 11.0 server.&lt;BR /&gt;</description>
      <pubDate>Mon, 11 Apr 2005 10:10:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/telnet-logins/m-p/4895528#M745460</guid>
      <dc:creator>Eugene Klaus</dc:creator>
      <dc:date>2005-04-11T10:10:29Z</dc:date>
    </item>
    <item>
      <title>Re: Telnet logins</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/telnet-logins/m-p/4895529#M745461</link>
      <description>Can you POST the output of this command again?&lt;BR /&gt;&lt;BR /&gt;grep telnet /etc/services /etc/inetd.conf&lt;BR /&gt;&lt;BR /&gt;because this is VERY wrong:&lt;BR /&gt;/etc/services:telnet stream tcp nowait root /usr/lbin/telnetd telnetd -b/etc/issue&lt;BR /&gt;&lt;BR /&gt;It should read:&lt;BR /&gt;&lt;BR /&gt;/etc/services:telnet        23/tcp                 # Virtual Terminal Protocol&lt;BR /&gt;/etc/inetd.conf:telnet       stream tcp nowait root /usr/lbin/telnetd   telnetd -b /etc/issue&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;from your output /etc/services has the contents of /etc/inetd.conf - Hopefully just a TYPO of cut &amp;amp; paste&lt;BR /&gt;&lt;BR /&gt;live free or die&lt;BR /&gt;harry d brown jr&lt;BR /&gt;</description>
      <pubDate>Mon, 11 Apr 2005 10:36:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/telnet-logins/m-p/4895529#M745461</guid>
      <dc:creator>harry d brown jr</dc:creator>
      <dc:date>2005-04-11T10:36:13Z</dc:date>
    </item>
    <item>
      <title>Re: Telnet logins</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/telnet-logins/m-p/4895530#M745462</link>
      <description>#grep telnet /etc/services /etc/inetd.conf&lt;BR /&gt;/etc/services:telnet  23/tcp #Virtual Terminal protocol&lt;BR /&gt;/etc/inetd.conf:telnet  stream tcp nowait root /usr/lbin/telnetd telnetd -b/etc/issue&lt;BR /&gt;</description>
      <pubDate>Mon, 11 Apr 2005 11:17:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/telnet-logins/m-p/4895530#M745462</guid>
      <dc:creator>Eugene Klaus</dc:creator>
      <dc:date>2005-04-11T11:17:47Z</dc:date>
    </item>
    <item>
      <title>Re: Telnet logins</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/telnet-logins/m-p/4895531#M745463</link>
      <description>I thank you all for your attention to this matter. I have discovered the problem. &lt;BR /&gt;We had an abortive effort to install netbackup last week. I never completed.&lt;BR /&gt;During that attempt I believe that /etc/pam.conf was over written eliminating the passwd check. This was probably inteded to be temporary. &lt;BR /&gt;&lt;BR /&gt;Upon updating the /etc/pam.conf file with a file from a working system our problem was solved.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 11 Apr 2005 12:54:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/telnet-logins/m-p/4895531#M745463</guid>
      <dc:creator>Eugene Klaus</dc:creator>
      <dc:date>2005-04-11T12:54:07Z</dc:date>
    </item>
    <item>
      <title>Re: Telnet logins</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/telnet-logins/m-p/4895532#M745464</link>
      <description>Thanks to everyone who responded.&lt;BR /&gt;</description>
      <pubDate>Mon, 11 Apr 2005 12:55:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/telnet-logins/m-p/4895532#M745464</guid>
      <dc:creator>Eugene Klaus</dc:creator>
      <dc:date>2005-04-11T12:55:49Z</dc:date>
    </item>
  </channel>
</rss>

