<?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: telnetd connection logging in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/telnetd-connection-logging/m-p/3609954#M234340</link>
    <description>Mel,&lt;BR /&gt;&lt;BR /&gt;Don't get hung up on inetd not having the inetd -l in the process listing, as I am seeing the message connection logging enabled and/or disable with the inted -l command (it's a toggle switch enable/disbale).&lt;BR /&gt;&lt;BR /&gt;I need to get telnetd to record authentication attemtps, successes and failures.&lt;BR /&gt;&lt;BR /&gt;Does telnetd use PAM like ssh does?</description>
    <pubDate>Tue, 23 Aug 2005 14:28:26 GMT</pubDate>
    <dc:creator>Albert E. Whale, CISSP</dc:creator>
    <dc:date>2005-08-23T14:28:26Z</dc:date>
    <item>
      <title>telnetd connection logging</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/telnetd-connection-logging/m-p/3609949#M234335</link>
      <description>This is HP-UX 11.23.  &lt;BR /&gt;&lt;BR /&gt;Have configured /etc/inetd.conf for telnetd with &lt;BR /&gt;&lt;BR /&gt;telnetd -adebug -TCP_DELAY&lt;BR /&gt;&lt;BR /&gt;Previous attempts with telnet -a dbuge have issued  an error about not starting with a - before the keyword.  After inssuing the init -c the configuration information is complete, but there is no login connection logging occurring in syslog. &lt;BR /&gt;&lt;BR /&gt;Any suggestions?</description>
      <pubDate>Tue, 23 Aug 2005 13:17:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/telnetd-connection-logging/m-p/3609949#M234335</guid>
      <dc:creator>Albert E. Whale, CISSP</dc:creator>
      <dc:date>2005-08-23T13:17:58Z</dc:date>
    </item>
    <item>
      <title>Re: telnetd connection logging</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/telnetd-connection-logging/m-p/3609950#M234336</link>
      <description>As I do not have a 11.23 system here to play with and 11.11 version of telnetd not having a -a switch at all I am not sure what to tell on that end but one thing you can check is, if your inetd is running with logging enabled ?&lt;BR /&gt;&lt;BR /&gt;ps -ef | grep inetd &lt;BR /&gt;&lt;BR /&gt;is it returning something like :&lt;BR /&gt;&lt;BR /&gt;    root 23556     1  0  Sep 29  ?        57:30 inetd -l&lt;BR /&gt;(note the -l at he end)&lt;BR /&gt;&lt;BR /&gt;if not, you can kill inetd and restart with -l option to see if it helps&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 23 Aug 2005 13:32:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/telnetd-connection-logging/m-p/3609950#M234336</guid>
      <dc:creator>Mel Burslan</dc:creator>
      <dc:date>2005-08-23T13:32:16Z</dc:date>
    </item>
    <item>
      <title>Re: telnetd connection logging</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/telnetd-connection-logging/m-p/3609951#M234337</link>
      <description>inetd -l&lt;BR /&gt;does it log "loggin inetd enabled/disabled" in syslog?? Depending upon that you may need to do inetd -l again or not.</description>
      <pubDate>Tue, 23 Aug 2005 13:35:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/telnetd-connection-logging/m-p/3609951#M234337</guid>
      <dc:creator>RAC_1</dc:creator>
      <dc:date>2005-08-23T13:35:20Z</dc:date>
    </item>
    <item>
      <title>Re: telnetd connection logging</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/telnetd-connection-logging/m-p/3609952#M234338</link>
      <description>We have enabled inetd -l and have verified this in syslog (no it does not show up in the process list as inetd -l).&lt;BR /&gt;&lt;BR /&gt;I am receiveing login failures from SSH, but not telnetd.&lt;BR /&gt;&lt;BR /&gt;any New suggestions?</description>
      <pubDate>Tue, 23 Aug 2005 14:07:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/telnetd-connection-logging/m-p/3609952#M234338</guid>
      <dc:creator>Albert E. Whale, CISSP</dc:creator>
      <dc:date>2005-08-23T14:07:43Z</dc:date>
    </item>
    <item>
      <title>Re: telnetd connection logging</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/telnetd-connection-logging/m-p/3609953#M234339</link>
      <description>if it does not show up in the process list as inetd -l then you have to kill and restart the inetd as such:&lt;BR /&gt;&lt;BR /&gt;/usr/sbin/inetd -k&lt;BR /&gt;/usr/sbin/inetd -l&lt;BR /&gt;&lt;BR /&gt;ssh is another story as it runs in daemon mode and not gets initiated by inetd so, sshd logging failed logins and telnetd not are two separate things, like apples and oranges.&lt;BR /&gt;</description>
      <pubDate>Tue, 23 Aug 2005 14:17:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/telnetd-connection-logging/m-p/3609953#M234339</guid>
      <dc:creator>Mel Burslan</dc:creator>
      <dc:date>2005-08-23T14:17:39Z</dc:date>
    </item>
    <item>
      <title>Re: telnetd connection logging</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/telnetd-connection-logging/m-p/3609954#M234340</link>
      <description>Mel,&lt;BR /&gt;&lt;BR /&gt;Don't get hung up on inetd not having the inetd -l in the process listing, as I am seeing the message connection logging enabled and/or disable with the inted -l command (it's a toggle switch enable/disbale).&lt;BR /&gt;&lt;BR /&gt;I need to get telnetd to record authentication attemtps, successes and failures.&lt;BR /&gt;&lt;BR /&gt;Does telnetd use PAM like ssh does?</description>
      <pubDate>Tue, 23 Aug 2005 14:28:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/telnetd-connection-logging/m-p/3609954#M234340</guid>
      <dc:creator>Albert E. Whale, CISSP</dc:creator>
      <dc:date>2005-08-23T14:28:26Z</dc:date>
    </item>
    <item>
      <title>Re: telnetd connection logging</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/telnetd-connection-logging/m-p/3609955#M234341</link>
      <description>How does your /etc/syslog.conf look like??&lt;BR /&gt;How does /etc/pam.conf look like?? Compare it with a system that is working fine.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Also if you put auth.info /var/adm/syslog/syslog.log&lt;BR /&gt;(or other file), Do you see authentication messages in that file??&lt;BR /&gt;&lt;BR /&gt;Are you up to date on telnet patches??&lt;BR /&gt;&lt;BR /&gt;The man page also says that -a options requires your system to have kerbose V5. (version 5) check if you have it or not.&lt;BR /&gt;</description>
      <pubDate>Wed, 24 Aug 2005 17:05:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/telnetd-connection-logging/m-p/3609955#M234341</guid>
      <dc:creator>RAC_1</dc:creator>
      <dc:date>2005-08-24T17:05:05Z</dc:date>
    </item>
    <item>
      <title>Re: telnetd connection logging</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/telnetd-connection-logging/m-p/3609956#M234342</link>
      <description>-adebug will be supported when login with kerberos support.&lt;BR /&gt;&lt;BR /&gt;can you post /etc/pam.conf. Did you configure pam.conf as like,&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/J5849-90003/apa.html" target="_blank"&gt;http://docs.hp.com/en/J5849-90003/apa.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;hth.</description>
      <pubDate>Thu, 25 Aug 2005 02:15:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/telnetd-connection-logging/m-p/3609956#M234342</guid>
      <dc:creator>Muthukumar_5</dc:creator>
      <dc:date>2005-08-25T02:15:44Z</dc:date>
    </item>
    <item>
      <title>Re: telnetd connection logging</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/telnetd-connection-logging/m-p/3609957#M234343</link>
      <description>OK you got my attention.&lt;BR /&gt;&lt;BR /&gt;All I want is to have telnet perform connection logging.&lt;BR /&gt;&lt;BR /&gt;SSH is logging fine. &lt;BR /&gt;&lt;BR /&gt;I do not want Kerberos, but thought that this would resolve the logging issue.&lt;BR /&gt;&lt;BR /&gt;In essence, logging is all I want.  It should come stock with telnet.  But it is not logging which is why I have posted here.&lt;BR /&gt;&lt;BR /&gt;Again this is 11.23 and inetd -l is enabled.&lt;BR /&gt;&lt;BR /&gt;Best regards</description>
      <pubDate>Thu, 25 Aug 2005 05:38:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/telnetd-connection-logging/m-p/3609957#M234343</guid>
      <dc:creator>Albert E. Whale, CISSP</dc:creator>
      <dc:date>2005-08-25T05:38:36Z</dc:date>
    </item>
    <item>
      <title>Re: telnetd connection logging</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/telnetd-connection-logging/m-p/3609958#M234344</link>
      <description>I think telnetd does use pam like ssh does. My problem with it is the password goes back and forth in clear text, thouth there are ways to deal with that.&lt;BR /&gt;&lt;BR /&gt;I think a look at syslog.conf is in order because on every box I ever administered if telnet was allowed it got logged in syslog.log after inetd started up. My default setting was always to do enhanced logging.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Thu, 25 Aug 2005 05:48:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/telnetd-connection-logging/m-p/3609958#M234344</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2005-08-25T05:48:21Z</dc:date>
    </item>
    <item>
      <title>Re: telnetd connection logging</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/telnetd-connection-logging/m-p/3609959#M234345</link>
      <description>Stephen,&lt;BR /&gt;&lt;BR /&gt;You are preaching to the choir.&lt;BR /&gt;&lt;BR /&gt;Would if I could convert a 1000 pound bahemouth to use SSH in their daily operations.  Howerver, since I there are using telnet currently, it will take time to implement the transfer in daily operations.&lt;BR /&gt;&lt;BR /&gt;Syslog looks like this:&lt;BR /&gt;mail.debug /var/adm/syslog/mail.log&lt;BR /&gt;*.info;auth,mail.none /var/adm/syslog/syslog.log&lt;BR /&gt;*.alert /dev/console&lt;BR /&gt;*.alert root&lt;BR /&gt;*.emerg *&lt;BR /&gt;auth.info /var/adm/syslog/auth.log</description>
      <pubDate>Thu, 25 Aug 2005 08:04:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/telnetd-connection-logging/m-p/3609959#M234345</guid>
      <dc:creator>Albert E. Whale, CISSP</dc:creator>
      <dc:date>2005-08-25T08:04:54Z</dc:date>
    </item>
  </channel>
</rss>

