<?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: ssh login in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-login/m-p/3846031#M274154</link>
    <description>telnet is probably disabled. you an check /etc/inetd.conf&lt;BR /&gt;&lt;BR /&gt;grep telnet inetd.conf&lt;BR /&gt;&lt;BR /&gt;if its commented thats why. &lt;BR /&gt;&lt;BR /&gt;You can uncomment and do inetd -c, but make sure it is not commented for security reasons, before opening up telnet. &lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Fri, 18 Aug 2006 07:30:10 GMT</pubDate>
    <dc:creator>Marvin Strong</dc:creator>
    <dc:date>2006-08-18T07:30:10Z</dc:date>
    <item>
      <title>ssh login</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-login/m-p/3846030#M274153</link>
      <description>I am not able to login to my HPUX 11 machine using telnet from any account while my ssh login works ....&lt;BR /&gt;Can anybody help me...</description>
      <pubDate>Fri, 18 Aug 2006 07:27:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-login/m-p/3846030#M274153</guid>
      <dc:creator>hemant_mopari</dc:creator>
      <dc:date>2006-08-18T07:27:16Z</dc:date>
    </item>
    <item>
      <title>Re: ssh login</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-login/m-p/3846031#M274154</link>
      <description>telnet is probably disabled. you an check /etc/inetd.conf&lt;BR /&gt;&lt;BR /&gt;grep telnet inetd.conf&lt;BR /&gt;&lt;BR /&gt;if its commented thats why. &lt;BR /&gt;&lt;BR /&gt;You can uncomment and do inetd -c, but make sure it is not commented for security reasons, before opening up telnet. &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 18 Aug 2006 07:30:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-login/m-p/3846031#M274154</guid>
      <dc:creator>Marvin Strong</dc:creator>
      <dc:date>2006-08-18T07:30:10Z</dc:date>
    </item>
    <item>
      <title>Re: ssh login</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-login/m-p/3846032#M274155</link>
      <description>Hemant,&lt;BR /&gt;&lt;BR /&gt;please check that you have ptys entry on /etc/securettys.&lt;BR /&gt;&lt;BR /&gt;Even though if it's  root the one loggin in, is not recommended for security reasons.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;jaime.</description>
      <pubDate>Fri, 18 Aug 2006 07:32:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-login/m-p/3846032#M274155</guid>
      <dc:creator>Jaime Bolanos Rojas.</dc:creator>
      <dc:date>2006-08-18T07:32:15Z</dc:date>
    </item>
    <item>
      <title>Re: ssh login</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-login/m-p/3846033#M274156</link>
      <description>Hey&lt;BR /&gt;&lt;BR /&gt;Another possibility in addition to having telnet disabled is that inetd died.  ssh runs as its own daemon so it doesn't rely on inetd.&lt;BR /&gt;&lt;BR /&gt;ps -ef | grep [i]netd&lt;BR /&gt;&lt;BR /&gt;If you don't get anything, restart inetd&lt;BR /&gt;&lt;BR /&gt;/usr/sbin/inetd -l&lt;BR /&gt;&lt;BR /&gt;HTH;&lt;BR /&gt;&lt;BR /&gt;Doug</description>
      <pubDate>Fri, 18 Aug 2006 07:38:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-login/m-p/3846033#M274156</guid>
      <dc:creator>Doug O'Leary</dc:creator>
      <dc:date>2006-08-18T07:38:24Z</dc:date>
    </item>
    <item>
      <title>Re: ssh login</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-login/m-p/3846034#M274157</link>
      <description>Verify files:&lt;BR /&gt;&lt;BR /&gt;-r-xr-xr-x   1 bin  bin  110592 Feb 25  2004 /usr/bin/telnet&lt;BR /&gt;-r-xr--r--   1 bin  bin  98304 Feb 25  2004 /usr/lbin/telnetd&lt;BR /&gt;&lt;BR /&gt;Verify /var/adm/syslog/syslog.log file.&lt;BR /&gt;&lt;BR /&gt;rgs,&lt;BR /&gt;&lt;BR /&gt;ran&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 18 Aug 2006 07:49:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-login/m-p/3846034#M274157</guid>
      <dc:creator>rariasn</dc:creator>
      <dc:date>2006-08-18T07:49:23Z</dc:date>
    </item>
    <item>
      <title>Re: ssh login</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-login/m-p/3846035#M274158</link>
      <description>since you are not getting even login prompt means it is disabled. Enable it by removing comments in /etc/inetd.conf for telnetd and issue inted -c; kill -HUP &lt;PID for="" inetd=""&gt;&lt;/PID&gt;</description>
      <pubDate>Fri, 18 Aug 2006 08:17:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-login/m-p/3846035#M274158</guid>
      <dc:creator>IT_2007</dc:creator>
      <dc:date>2006-08-18T08:17:02Z</dc:date>
    </item>
    <item>
      <title>Re: ssh login</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-login/m-p/3846036#M274159</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;tail -f /var/adm/syslog/syslog.log&lt;BR /&gt;&lt;BR /&gt;Try the log in.&lt;BR /&gt;&lt;BR /&gt;I think telnet is disabled.&lt;BR /&gt;&lt;BR /&gt;It is possible your firewall admin blocked telnet as well.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Fri, 18 Aug 2006 08:21:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-login/m-p/3846036#M274159</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2006-08-18T08:21:58Z</dc:date>
    </item>
  </channel>
</rss>

