<?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 connection failed after activating Trusted system in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-connection-failed-after-activating-trusted-system/m-p/5498353#M732141</link>
    <description>Do you have a good reason to run Trusted mode?&lt;BR /&gt;&lt;BR /&gt;For most purposes, running in Shadow mode (StdModSecExt) is equivalent and far easier to manage. I would recommend unconverting from trusted to standard and then converting to shadow.</description>
    <pubDate>Tue, 17 Jan 2012 06:07:00 GMT</pubDate>
    <dc:creator>BowlesCR</dc:creator>
    <dc:date>2012-01-17T06:07:00Z</dc:date>
    <item>
      <title>ssh connection failed after activating Trusted system</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-connection-failed-after-activating-trusted-system/m-p/5480311#M732135</link>
      <description>&lt;P&gt;hello,&lt;/P&gt;&lt;P&gt;I converted my HPUX V3 to a trusted system by using SAM; After that I can't log on with my root user and any other user. I can't do any ssh, even the console login failed "incorrect password"&lt;/P&gt;&lt;P&gt;I have install the last PHCO of modprpw thinking that could resolve something.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;what is the probleme?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;PS : after enabling I let my console open to not loose control of the server so I can unconvert&lt;/P&gt;</description>
      <pubDate>Wed, 11 Jan 2012 16:03:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-connection-failed-after-activating-trusted-system/m-p/5480311#M732135</guid>
      <dc:creator>srayfay</dc:creator>
      <dc:date>2012-01-11T16:03:55Z</dc:date>
    </item>
    <item>
      <title>Re: ssh connection failed after activating Trusted system</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-connection-failed-after-activating-trusted-system/m-p/5480587#M732136</link>
      <description>&lt;P&gt;Have all of the passwords been expired when you converted?&lt;/P&gt;</description>
      <pubDate>Wed, 11 Jan 2012 18:40:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-connection-failed-after-activating-trusted-system/m-p/5480587#M732136</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2012-01-11T18:40:48Z</dc:date>
    </item>
    <item>
      <title>Re: ssh connection failed after activating Trusted system</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-connection-failed-after-activating-trusted-system/m-p/5482107#M732137</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Seems like so,&lt;/P&gt;&lt;P&gt;I dont realy know how to resolve this.&lt;/P&gt;&lt;P&gt;HP Support sayed that I have to check the lenght of root password, it must be less than 8 caracters, and install the last patch of modprpw PHCO_41574. Everything is done, once truset system is activated, nobody can logon !&lt;/P&gt;</description>
      <pubDate>Thu, 12 Jan 2012 12:51:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-connection-failed-after-activating-trusted-system/m-p/5482107#M732137</guid>
      <dc:creator>srayfay</dc:creator>
      <dc:date>2012-01-12T12:51:37Z</dc:date>
    </item>
    <item>
      <title>Re: ssh connection failed after activating Trusted system</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-connection-failed-after-activating-trusted-system/m-p/5482245#M732138</link>
      <description>&lt;P&gt;A quick way to "un-expire" all accounts is:&lt;/P&gt;&lt;PRE&gt;/usr/lbin/modprpw -V&lt;/PRE&gt;&lt;P&gt;You should also make sure the root account is set to not expire:&lt;/P&gt;&lt;PRE&gt;/usr/lbin/modprpw -l -m lftm=0,exptm=0,mintm=0,expwarn=0,llog=0 root&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Note that the default (non-trusted) password mode will store only the first 8 characters of passwords; when in default mode, this is not a problem as the password checking routines will ignore any characters beyond 8. But after switching to trusted system mode, all the characters typed by the user are checked.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So if the user has used a 9-character or longer password until now, after the conversion to Trusted mode the user must first type _only the first 8 characters_ of his/her old password. When the user changes his/her password while Trusted mode is in effect, all the characters will be stored (up to the configurable maximum password length limit) and then the password will work normally again.&lt;/P&gt;</description>
      <pubDate>Thu, 12 Jan 2012 14:15:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-connection-failed-after-activating-trusted-system/m-p/5482245#M732138</guid>
      <dc:creator>Matti_Kurkela</dc:creator>
      <dc:date>2012-01-12T14:15:41Z</dc:date>
    </item>
    <item>
      <title>Re: ssh connection failed after activating Trusted system</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-connection-failed-after-activating-trusted-system/m-p/5483165#M732139</link>
      <description>&lt;P&gt;Hi, thank you for your answers&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tried the two commands, nothing hapened !! I can't acces, even remsh !&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 12 Jan 2012 15:52:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-connection-failed-after-activating-trusted-system/m-p/5483165#M732139</guid>
      <dc:creator>srayfay</dc:creator>
      <dc:date>2012-01-12T15:52:54Z</dc:date>
    </item>
    <item>
      <title>Re: ssh connection failed after activating Trusted system</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-connection-failed-after-activating-trusted-system/m-p/5497169#M732140</link>
      <description>&lt;P&gt;When you run ssh from another machine, add the -vvv (three lowercase "v" characters) so all the steps with ssh negotiation are shown.You need to run a command line version of ssh, perhaps from another HP-UX or Linux system.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also verify that the problem system can resolve it's own name:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;nslookup $(hostname)&lt;/P&gt;</description>
      <pubDate>Mon, 16 Jan 2012 15:33:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-connection-failed-after-activating-trusted-system/m-p/5497169#M732140</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2012-01-16T15:33:43Z</dc:date>
    </item>
    <item>
      <title>Re: ssh connection failed after activating Trusted system</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-connection-failed-after-activating-trusted-system/m-p/5498353#M732141</link>
      <description>Do you have a good reason to run Trusted mode?&lt;BR /&gt;&lt;BR /&gt;For most purposes, running in Shadow mode (StdModSecExt) is equivalent and far easier to manage. I would recommend unconverting from trusted to standard and then converting to shadow.</description>
      <pubDate>Tue, 17 Jan 2012 06:07:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-connection-failed-after-activating-trusted-system/m-p/5498353#M732141</guid>
      <dc:creator>BowlesCR</dc:creator>
      <dc:date>2012-01-17T06:07:00Z</dc:date>
    </item>
    <item>
      <title>Re: ssh connection failed after activating Trusted system</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-connection-failed-after-activating-trusted-system/m-p/5555837#M732142</link>
      <description>&lt;P&gt;the solution is to check /etc/nsswitch&lt;/P&gt;&lt;P&gt;there is a user defined there by default, I delete that line and I let the authentification mode file then DNS.&lt;/P&gt;&lt;P&gt;it's working !&lt;/P&gt;</description>
      <pubDate>Fri, 17 Feb 2012 15:45:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-connection-failed-after-activating-trusted-system/m-p/5555837#M732142</guid>
      <dc:creator>srayfay</dc:creator>
      <dc:date>2012-02-17T15:45:55Z</dc:date>
    </item>
  </channel>
</rss>

