<?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: Weird Telnet problem in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/weird-telnet-problem/m-p/3586365#M827199</link>
    <description>Donna,&lt;BR /&gt;You said you tried ssh and it worked. As far as I recall, to enable ssh you will have to "disable" telnet. After you comment out telnet you must run inetd -c to recompile the inetd.conf file. Similarly you will have to run it again if you "enabled" telnet for inetd.conf to take effect. Try it and hope that is what causing the problem.</description>
    <pubDate>Thu, 21 Jul 2005 07:56:39 GMT</pubDate>
    <dc:creator>zhi wang_1</dc:creator>
    <dc:date>2005-07-21T07:56:39Z</dc:date>
    <item>
      <title>Weird Telnet problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/weird-telnet-problem/m-p/3586351#M827185</link>
      <description>I am trying to login to my two Itanium servers using telnet but it seems that the telnet command doesn't accept my password.  I have tried logging in using ssh, Xterminal and rlogin and even tried ftp using the same password and they all worked.  I just changed the root password because for strange reasons, I was not able to access the servers using the root account.  But now, I cannot use telnet anymore.  I have already checked /etc/services and inetd.conf and there's an entry there about telnet.  And I don't get a "Connection refused" error, I just think that telnet doesn't accept the password I type.  I have tried changing the root password a number of times already but still can't login.</description>
      <pubDate>Tue, 19 Jul 2005 23:59:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/weird-telnet-problem/m-p/3586351#M827185</guid>
      <dc:creator>shasha_1</dc:creator>
      <dc:date>2005-07-19T23:59:34Z</dc:date>
    </item>
    <item>
      <title>Re: Weird Telnet problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/weird-telnet-problem/m-p/3586352#M827186</link>
      <description>Donna,&lt;BR /&gt;&lt;BR /&gt;WHat's the entry for telnet in /etc/inetd.conf look like?&lt;BR /&gt;&lt;BR /&gt;Duncan</description>
      <pubDate>Wed, 20 Jul 2005 00:05:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/weird-telnet-problem/m-p/3586352#M827186</guid>
      <dc:creator>Duncan Edmonstone</dc:creator>
      <dc:date>2005-07-20T00:05:12Z</dc:date>
    </item>
    <item>
      <title>Re: Weird Telnet problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/weird-telnet-problem/m-p/3586353#M827187</link>
      <description>&lt;BR /&gt;check /etc/securetty this file lists the tty sessions which are allowed for root login. by default these point only to tty1 to tty12 you may have to add /dev/pts/1, /dev/pts/2 entries in order to get it work&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Gopi</description>
      <pubDate>Wed, 20 Jul 2005 00:05:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/weird-telnet-problem/m-p/3586353#M827187</guid>
      <dc:creator>Gopi Sekar</dc:creator>
      <dc:date>2005-07-20T00:05:13Z</dc:date>
    </item>
    <item>
      <title>Re: Weird Telnet problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/weird-telnet-problem/m-p/3586354#M827188</link>
      <description>do you have a file called /etc/securetty on your system with word "console" in it ? If so, root can only login from console directly, no other places will allow direct root login. Try logging in as a regular user and run "su -" command to obtain root privileges. &lt;BR /&gt;&lt;BR /&gt;if your system is trusted and you have exceeded your login retries, you may have to go to the console to unlock root account as well.&lt;BR /&gt;&lt;BR /&gt;hope this helps</description>
      <pubDate>Wed, 20 Jul 2005 00:05:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/weird-telnet-problem/m-p/3586354#M827188</guid>
      <dc:creator>Mel Burslan</dc:creator>
      <dc:date>2005-07-20T00:05:48Z</dc:date>
    </item>
    <item>
      <title>Re: Weird Telnet problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/weird-telnet-problem/m-p/3586355#M827189</link>
      <description>&lt;BR /&gt;Inetd.conf entry is this:&lt;BR /&gt;=================================&lt;BR /&gt;telnet       stream tcp6 nowait root /usr/lbin/telnetd  telnetd&lt;BR /&gt;&lt;BR /&gt;================================&lt;BR /&gt;&lt;BR /&gt;I tried searching for the /etc/securetty file on both servers but it is not existing.</description>
      <pubDate>Wed, 20 Jul 2005 00:16:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/weird-telnet-problem/m-p/3586355#M827189</guid>
      <dc:creator>shasha_1</dc:creator>
      <dc:date>2005-07-20T00:16:31Z</dc:date>
    </item>
    <item>
      <title>Re: Weird Telnet problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/weird-telnet-problem/m-p/3586356#M827190</link>
      <description>can you login as a regular user and then run su - command to get rood privileges with the password failing over your telnet session ?&lt;BR /&gt;&lt;BR /&gt;Also, for ssh and telnet are you using the same terminal emulator ? even if they are the same, are you sure their keyboard mapping profiles are the same for both telnet and ssh ? I have seen strange things happen when keyboard or terminal type set incorrectly. Better check early in the game than later.</description>
      <pubDate>Wed, 20 Jul 2005 00:26:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/weird-telnet-problem/m-p/3586356#M827190</guid>
      <dc:creator>Mel Burslan</dc:creator>
      <dc:date>2005-07-20T00:26:16Z</dc:date>
    </item>
    <item>
      <title>Re: Weird Telnet problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/weird-telnet-problem/m-p/3586357#M827191</link>
      <description>Yes I can login as a regular user and can run su - root successfully.  &lt;BR /&gt;&lt;BR /&gt;I am using terminal type HP for both ssh and telnet but only ssh is working.  I have checked the keyboard mapping and it is the same.</description>
      <pubDate>Wed, 20 Jul 2005 01:05:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/weird-telnet-problem/m-p/3586357#M827191</guid>
      <dc:creator>shasha_1</dc:creator>
      <dc:date>2005-07-20T01:05:32Z</dc:date>
    </item>
    <item>
      <title>Re: Weird Telnet problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/weird-telnet-problem/m-p/3586358#M827192</link>
      <description>Donna,&lt;BR /&gt;&lt;BR /&gt;Probably unconnected, but I never trust the IPv6 implementation on 11.23, so I'd take it out of the equation by changing the line in /etc/inetd.conf. simply replace 'tcp6' with just 'tcp' and then run 'inetd -c' to reload the configuration. &lt;BR /&gt;&lt;BR /&gt;I don't think this is the problem though, as I would expect it to effect other users as well as root.&lt;BR /&gt;&lt;BR /&gt;You could also turn on inetd logging by running inetd -l. Then see if you get any useful messages in the syslog.&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;&lt;BR /&gt;Duncan</description>
      <pubDate>Wed, 20 Jul 2005 01:46:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/weird-telnet-problem/m-p/3586358#M827192</guid>
      <dc:creator>Duncan Edmonstone</dc:creator>
      <dc:date>2005-07-20T01:46:15Z</dc:date>
    </item>
    <item>
      <title>Re: Weird Telnet problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/weird-telnet-problem/m-p/3586359#M827193</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Turned on inetd logging and this is what I saw in syslog:&lt;BR /&gt;&lt;BR /&gt;Jul 20 14:23:32 wbscsp02 sshd[12768]: Accepted keyboard-interactive/pam for root&lt;BR /&gt; from 10.10.21.164 port 3703 ssh2&lt;BR /&gt;Jul 20 14:24:12 wbscsp02 inetd[933]: Connection logging enabled&lt;BR /&gt;Jul 20 14:24:24 wbscsp02 inetd[12801]: registrar/tcp: Connection from wbscsp02 (&lt;BR /&gt;10.10.5.10) at Wed Jul 20 14:24:24 2005&lt;BR /&gt;Jul 20 14:24:43 wbscsp02 inetd[12802]: telnet/tcp: Connection from unknown (10.1&lt;BR /&gt;0.21.164) at Wed Jul 20 14:24:43 2005&lt;BR /&gt;Jul 20 14:25:03 wbscsp02 sshd[12804]: Accepted keyboard-interactive/pam for root&lt;BR /&gt; from 10.10.21.164 port 3725 ssh2&lt;BR /&gt;&lt;BR /&gt;What do you make of this?</description>
      <pubDate>Wed, 20 Jul 2005 02:29:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/weird-telnet-problem/m-p/3586359#M827193</guid>
      <dc:creator>shasha_1</dc:creator>
      <dc:date>2005-07-20T02:29:23Z</dc:date>
    </item>
    <item>
      <title>Re: Weird Telnet problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/weird-telnet-problem/m-p/3586360#M827194</link>
      <description>Nothing strange in syslog... lets be clear what happens:&lt;BR /&gt;&lt;BR /&gt;- you telnet from another host and get a login prompt, enetr root and hit return, enter the password and it return... then what happens? does it just disconnect or do you get any message at all?&lt;BR /&gt;&lt;BR /&gt;Lets make sure that telnetd isn't something it shouldn't be also... what's the output of 'what /usr/lbin/telnetd'&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;&lt;BR /&gt;Duncan</description>
      <pubDate>Wed, 20 Jul 2005 02:57:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/weird-telnet-problem/m-p/3586360#M827194</guid>
      <dc:creator>Duncan Edmonstone</dc:creator>
      <dc:date>2005-07-20T02:57:27Z</dc:date>
    </item>
    <item>
      <title>Re: Weird Telnet problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/weird-telnet-problem/m-p/3586361#M827195</link>
      <description>Output of what...command&lt;BR /&gt;&lt;BR /&gt;/usr/lbin/telnetd:&lt;BR /&gt;         Copyright (c) 1983, 1986 Regents of the University of California.&lt;BR /&gt;         $Revision: B11.23.0409LR&lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;Everytime I try logging in,  I am prompted for the user name, enter root and then hit enter.  After that, I am asked for the password, I key-in the password and hit enter.  After that, I am again prompted for the login, no error whatsoever.</description>
      <pubDate>Wed, 20 Jul 2005 03:26:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/weird-telnet-problem/m-p/3586361#M827195</guid>
      <dc:creator>shasha_1</dc:creator>
      <dc:date>2005-07-20T03:26:30Z</dc:date>
    </item>
    <item>
      <title>Re: Weird Telnet problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/weird-telnet-problem/m-p/3586362#M827196</link>
      <description>Hmmm - Are you seeing bad login attempts logged to /var/adm/btmp ? Check by running 'lastb -R'&lt;BR /&gt;&lt;BR /&gt;Is this a trusted system?&lt;BR /&gt;&lt;BR /&gt;What are the contents of /etc/default/security ?&lt;BR /&gt;&lt;BR /&gt;Does the shell listed for root in /etc/passwd exist? Does the home directory listed for root in /etc/passwd exist?&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;&lt;BR /&gt;Duncan&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 20 Jul 2005 03:46:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/weird-telnet-problem/m-p/3586362#M827196</guid>
      <dc:creator>Duncan Edmonstone</dc:creator>
      <dc:date>2005-07-20T03:46:15Z</dc:date>
    </item>
    <item>
      <title>Re: Weird Telnet problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/weird-telnet-problem/m-p/3586363#M827197</link>
      <description>Hi Donna !&lt;BR /&gt;&lt;BR /&gt;Please look into the following files:&lt;BR /&gt;&lt;BR /&gt;/etc/pam.conf&lt;BR /&gt;/etc/pam_user.conf (if applicable)&lt;BR /&gt;&lt;BR /&gt;Also please check:&lt;BR /&gt;&lt;BR /&gt;what /usr/bin/login&lt;BR /&gt;&lt;BR /&gt;May be there is some problem with patches on your suystem.&lt;BR /&gt;&lt;BR /&gt;BR,&lt;BR /&gt;Dmitry.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 21 Jul 2005 00:16:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/weird-telnet-problem/m-p/3586363#M827197</guid>
      <dc:creator>Dmitry G. Spitsyn</dc:creator>
      <dc:date>2005-07-21T00:16:03Z</dc:date>
    </item>
    <item>
      <title>Re: Weird Telnet problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/weird-telnet-problem/m-p/3586364#M827198</link>
      <description>Does your password contain "#" or "@" characters? These characters have special meaning to the terminal driver.&lt;BR /&gt;&lt;BR /&gt;# stty -a &amp;lt; /dev/ttyconf&lt;BR /&gt;min = 4; time = 0;&lt;BR /&gt;intr = DEL; quit = ^\; erase = #; kill = @&lt;BR /&gt;eof = ^D; eol = ^@; eol2 &lt;UNDEF&gt;; swtch &lt;UNDEF&gt;&lt;BR /&gt;stop = ^S; start = ^Q; susp &lt;UNDEF&gt;; dsusp &lt;UNDEF&gt;&lt;BR /&gt;werase &lt;UNDEF&gt;; lnext &lt;UNDEF&gt;&lt;BR /&gt;&lt;BR /&gt;To fix you can either exclude "#" and "@" from your password OR run the following command&lt;BR /&gt;&lt;BR /&gt;# stty kill '^X' intr '^C' erase '^W' &amp;lt; /dev/ttyconf&lt;BR /&gt;&lt;BR /&gt;These settings are not preserved across reboots so they will need to be placed in a startup script.&lt;/UNDEF&gt;&lt;/UNDEF&gt;&lt;/UNDEF&gt;&lt;/UNDEF&gt;&lt;/UNDEF&gt;&lt;/UNDEF&gt;</description>
      <pubDate>Thu, 21 Jul 2005 00:29:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/weird-telnet-problem/m-p/3586364#M827198</guid>
      <dc:creator>Ermin Borovac</dc:creator>
      <dc:date>2005-07-21T00:29:34Z</dc:date>
    </item>
    <item>
      <title>Re: Weird Telnet problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/weird-telnet-problem/m-p/3586365#M827199</link>
      <description>Donna,&lt;BR /&gt;You said you tried ssh and it worked. As far as I recall, to enable ssh you will have to "disable" telnet. After you comment out telnet you must run inetd -c to recompile the inetd.conf file. Similarly you will have to run it again if you "enabled" telnet for inetd.conf to take effect. Try it and hope that is what causing the problem.</description>
      <pubDate>Thu, 21 Jul 2005 07:56:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/weird-telnet-problem/m-p/3586365#M827199</guid>
      <dc:creator>zhi wang_1</dc:creator>
      <dc:date>2005-07-21T07:56:39Z</dc:date>
    </item>
    <item>
      <title>Re: Weird Telnet problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/weird-telnet-problem/m-p/3586366#M827200</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I changed the password and removed the @ then tried telnet.  It's now working.  &lt;BR /&gt;&lt;BR /&gt;Thanks all for the help.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sat, 23 Jul 2005 04:56:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/weird-telnet-problem/m-p/3586366#M827200</guid>
      <dc:creator>shasha_1</dc:creator>
      <dc:date>2005-07-23T04:56:50Z</dc:date>
    </item>
  </channel>
</rss>

