<?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: shh works for non root user, but not telnet in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/shh-works-for-non-root-user-but-not-telnet/m-p/3803231#M266901</link>
    <description>Checked the security checks as noted above and cant find any issues. Not sure how to check locks on terminals etc, but I would think a different tty gets picked up each time.&lt;BR /&gt;&lt;BR /&gt;Nothing in the syslog.&lt;BR /&gt;&lt;BR /&gt;The password was changed 2 days ago and made no difference with this problem. &lt;BR /&gt;&lt;BR /&gt;At this point I can log in if ssh is clicked on my emulator and I enter userid and password. If i click telnet the login does not work after entering userid and the right password.</description>
    <pubDate>Fri, 09 Jun 2006 10:19:32 GMT</pubDate>
    <dc:creator>Brad Marshall_2</dc:creator>
    <dc:date>2006-06-09T10:19:32Z</dc:date>
    <item>
      <title>shh works for non root user, but not telnet</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/shh-works-for-non-root-user-but-not-telnet/m-p/3803226#M266896</link>
      <description>Hi&lt;BR /&gt;I can log in with virtually any user via telnet or ssh. One user (sap unix user) only works via ssh. I cant figure out what is different about this user. HP-UX 11.11&lt;BR /&gt;c-shell.&lt;BR /&gt;&lt;BR /&gt;Comes back with Login incorrect&lt;BR /&gt;&lt;BR /&gt;thanks</description>
      <pubDate>Fri, 09 Jun 2006 08:45:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/shh-works-for-non-root-user-but-not-telnet/m-p/3803226#M266896</guid>
      <dc:creator>Brad Marshall_2</dc:creator>
      <dc:date>2006-06-09T08:45:59Z</dc:date>
    </item>
    <item>
      <title>Re: shh works for non root user, but not telnet</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/shh-works-for-non-root-user-but-not-telnet/m-p/3803227#M266897</link>
      <description>Brad,&lt;BR /&gt;&lt;BR /&gt;Check if the password for the user isn't expired.&lt;BR /&gt;&lt;BR /&gt;Darrel</description>
      <pubDate>Fri, 09 Jun 2006 09:00:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/shh-works-for-non-root-user-but-not-telnet/m-p/3803227#M266897</guid>
      <dc:creator>Darrel Louis</dc:creator>
      <dc:date>2006-06-09T09:00:44Z</dc:date>
    </item>
    <item>
      <title>Re: shh works for non root user, but not telnet</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/shh-works-for-non-root-user-but-not-telnet/m-p/3803228#M266898</link>
      <description>Maybe...&lt;BR /&gt;&lt;BR /&gt;- Destination system doesn't listen telnet port&lt;BR /&gt;- Only sap unix user has ssh public key distribuited to destination server.&lt;BR /&gt;&lt;BR /&gt;I hope it helps you.&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Carles&lt;BR /&gt;</description>
      <pubDate>Fri, 09 Jun 2006 09:02:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/shh-works-for-non-root-user-but-not-telnet/m-p/3803228#M266898</guid>
      <dc:creator>Carles Viaplana</dc:creator>
      <dc:date>2006-06-09T09:02:39Z</dc:date>
    </item>
    <item>
      <title>Re: shh works for non root user, but not telnet</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/shh-works-for-non-root-user-but-not-telnet/m-p/3803229#M266899</link>
      <description>With my ssh I actually type the password in, so the password is okay.&lt;BR /&gt;&lt;BR /&gt;I can log in with other users via telnet no problem, so I have to assume telnet is listening.</description>
      <pubDate>Fri, 09 Jun 2006 09:07:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/shh-works-for-non-root-user-but-not-telnet/m-p/3803229#M266899</guid>
      <dc:creator>Brad Marshall_2</dc:creator>
      <dc:date>2006-06-09T09:07:18Z</dc:date>
    </item>
    <item>
      <title>Re: shh works for non root user, but not telnet</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/shh-works-for-non-root-user-but-not-telnet/m-p/3803230#M266900</link>
      <description>By default, SSH does not use login(1) to authenticate. (Controlled by UseLogin parameter in sshd_config.) There are numerous reasons login(1) would reject authentication, which are listed in the man page under SECURITY FEATURES.&lt;BR /&gt;&lt;BR /&gt; SECURITY FEATURES&lt;BR /&gt;      On a trusted system, login prohibits a user from logging in if any of&lt;BR /&gt;      the following is true:&lt;BR /&gt;&lt;BR /&gt;        +  The password for the account has expired and the user cannot&lt;BR /&gt;           successfully change the password.&lt;BR /&gt;&lt;BR /&gt;        +  The password lifetime for the account has passed.&lt;BR /&gt;&lt;BR /&gt;        +  The time between the last login and the current time exceeds the&lt;BR /&gt;           time allowed for login intervals.&lt;BR /&gt;&lt;BR /&gt;        +  The administrative lock on the account has been set.&lt;BR /&gt;&lt;BR /&gt;        +  The maximum number of unsuccessful login attempts for the account&lt;BR /&gt;           has been exceeded.&lt;BR /&gt;&lt;BR /&gt;        +  The maximum number of unsuccessful login attempts for the&lt;BR /&gt;           terminal has been exceeded.&lt;BR /&gt;&lt;BR /&gt;        +  The administrative lock on the terminal has been set.&lt;BR /&gt;&lt;BR /&gt;        +  The terminal has an authorized user list and the user is not on&lt;BR /&gt;           it.&lt;BR /&gt;&lt;BR /&gt;        +  The terminal has time of day restrictions and the current time is&lt;BR /&gt;           not within the allowable period.&lt;BR /&gt;</description>
      <pubDate>Fri, 09 Jun 2006 09:12:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/shh-works-for-non-root-user-but-not-telnet/m-p/3803230#M266900</guid>
      <dc:creator>Jeff_Traigle</dc:creator>
      <dc:date>2006-06-09T09:12:34Z</dc:date>
    </item>
    <item>
      <title>Re: shh works for non root user, but not telnet</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/shh-works-for-non-root-user-but-not-telnet/m-p/3803231#M266901</link>
      <description>Checked the security checks as noted above and cant find any issues. Not sure how to check locks on terminals etc, but I would think a different tty gets picked up each time.&lt;BR /&gt;&lt;BR /&gt;Nothing in the syslog.&lt;BR /&gt;&lt;BR /&gt;The password was changed 2 days ago and made no difference with this problem. &lt;BR /&gt;&lt;BR /&gt;At this point I can log in if ssh is clicked on my emulator and I enter userid and password. If i click telnet the login does not work after entering userid and the right password.</description>
      <pubDate>Fri, 09 Jun 2006 10:19:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/shh-works-for-non-root-user-but-not-telnet/m-p/3803231#M266901</guid>
      <dc:creator>Brad Marshall_2</dc:creator>
      <dc:date>2006-06-09T10:19:32Z</dc:date>
    </item>
    <item>
      <title>Re: shh works for non root user, but not telnet</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/shh-works-for-non-root-user-but-not-telnet/m-p/3803232#M266902</link>
      <description>See devassign(4) about terminal access restrictions for users and ttys(4) for information about terminal control database.</description>
      <pubDate>Fri, 09 Jun 2006 10:32:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/shh-works-for-non-root-user-but-not-telnet/m-p/3803232#M266902</guid>
      <dc:creator>Jeff_Traigle</dc:creator>
      <dc:date>2006-06-09T10:32:18Z</dc:date>
    </item>
  </channel>
</rss>

