<?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: OpenSSH Win2003 workaround in Server Management - Systems Insight Manager</title>
    <link>https://community.hpe.com/t5/server-management-systems/openssh-win2003-workaround/m-p/3278220#M3012</link>
    <description>Seth,&lt;BR /&gt;&lt;BR /&gt;Can you run the Windows event viewer and look in the Application event log?  This should give more details about the OpenSSH failure.  &lt;BR /&gt;One possibility is that you need to delete the log file used by SSH, as the new user account does not have permission to open this file.  This file is usually  c:\Program Files\OpenSSH\var\log\OpenSSHd.log&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;Brian.</description>
    <pubDate>Wed, 19 May 2004 17:04:39 GMT</pubDate>
    <dc:creator>Brian Harrison</dc:creator>
    <dc:date>2004-05-19T17:04:39Z</dc:date>
    <item>
      <title>OpenSSH Win2003 workaround</title>
      <link>https://community.hpe.com/t5/server-management-systems/openssh-win2003-workaround/m-p/3278215#M3007</link>
      <description>I've been having the same issues with "Authentication Failed" errors when tring to push PSP to servers with HP SIM as some others on this board have had.  I have gone through all of the tinkering mentioned in the posts here to no avail.  The only tactic I have not yet been able to implement successfully is the "Windows 2003 Workaround" from the readme file.  &lt;BR /&gt;&lt;BR /&gt;I have gone through all of the steps very carefully. However, when I try to restart the OpenSSH service I get a dialog that says "The OpenSSH service on local computer started and then stopped."  The service starts just fine if I switchthe logon back to the "local account" radio button.&lt;BR /&gt;&lt;BR /&gt;Any advice on this or any new advice about configuring SIM to remotely install PSP would be greatly appreciated.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Seth</description>
      <pubDate>Mon, 17 May 2004 10:09:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-systems/openssh-win2003-workaround/m-p/3278215#M3007</guid>
      <dc:creator>Seth Kelly</dc:creator>
      <dc:date>2004-05-17T10:09:40Z</dc:date>
    </item>
    <item>
      <title>Re: OpenSSH Win2003 workaround</title>
      <link>https://community.hpe.com/t5/server-management-systems/openssh-win2003-workaround/m-p/3278216#M3008</link>
      <description>Seth,&lt;BR /&gt;Not sure if this is the workaround you already tried but here is some info I found.&lt;BR /&gt;Carolyn&lt;BR /&gt;&lt;BR /&gt;Problem: Windows 2003 does not allow the Local System account to have the privileges it needs to run the SSH service.&lt;BR /&gt;&lt;BR /&gt;Solution: Configure the service to run as a â  realâ   administrative user. &lt;BR /&gt;1. Stop the OpenSSH Server service:&lt;BR /&gt;&lt;BR /&gt;2. Go to Start Menu &amp;gt; Control Panel &amp;gt; Administrative Tools &amp;gt; Services to bring up the services window. Find the service labeled â  OpenSSH Serverâ   and stop it. &lt;BR /&gt;&lt;BR /&gt;3. Change the â  Log On Asâ   user: &lt;BR /&gt;a. In the same window, right-click on the OpenSSH Server service and select Properties. &lt;BR /&gt;b. Select the Log On tab. &lt;BR /&gt;c. Click the This account radio button, and enter â  .\Administratorâ  . Enter Administratorâ  s password and click OK.&lt;BR /&gt;&lt;BR /&gt;4. Set file permissions: &lt;BR /&gt;a. Bring up a file explorer window by right-clicking the start menu button, and selecting Explore. Navigate to C:\Program Files\OpenSSH\var\log. Delete any files you find in that directory. &lt;BR /&gt;b. Navigate to C:\Program Files\OpenSSH\etc and select the files ssh_host_dsa_key, ssh_host_key, and ssh_host_rsa_key by holding down Ctrl and left-clicking on them. Then right-click on one of the files, select Properties, Security tab. Click the Advanced button. Select the Owner tab. Click Other Users or Groups and change the owner to â  Administratorsâ  . &lt;BR /&gt;&lt;BR /&gt;5. Set user privileges: Go to Start Menu &amp;gt; Control Panel &amp;gt; Administrative Tools &amp;gt; Local Security Policy to bring up the security policy window. Find the Policies for Create a Token Object and Replace a Process Level Token. Add Administrator to this group by double-clicking the appropriate privilege, Click Add User or Group, enter Administrator in the Enter the Object Names to Select box, and click Check Names to verify the entry. Then click OK. &lt;BR /&gt;&lt;BR /&gt;6. Start the OpenSSH Server service: Go to Start Menu &amp;gt; Control Panel &amp;gt; Administrative Tools &amp;gt; Services to bring up the services window. Find the service labeled â  OpenSSH Serverâ   and start it. At this point, the service Log On As user is set to Administrator, and Administrator has been granted Create a Token Object and Replace a Process Level Token privileges. Go back to the Services window and start the service. &lt;BR /&gt;&lt;BR /&gt;7. Reinstall Systems Insight Manager SSH keys: Now OpenSSH is properly configured to work under Windows 2003. In order to get command line and custom tasks to work in HP Systems Insight Manager, youâ  ll have to re-run mxagentconfig for Administrator if HP Systems Insight Manager was installed by someone other than Administrator. To do this, open a command window and run â  mxagentconfig â  a â  u Administrator â  p &lt;ADMINISTRATORÂ s="" password=""&gt; -n &lt;CMS machine="" name=""&gt;.â   Alternately, run â  mxagentconfigâ   from th&lt;/CMS&gt;&lt;/ADMINISTRATORÂ&gt;</description>
      <pubDate>Mon, 17 May 2004 15:33:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-systems/openssh-win2003-workaround/m-p/3278216#M3008</guid>
      <dc:creator>Carolyn_8</dc:creator>
      <dc:date>2004-05-17T15:33:41Z</dc:date>
    </item>
    <item>
      <title>Re: OpenSSH Win2003 workaround</title>
      <link>https://community.hpe.com/t5/server-management-systems/openssh-win2003-workaround/m-p/3278217#M3009</link>
      <description>sorry! Looked at my post and saw all the conversions to control characters.  Hope you can read through it.  Here is the rest of step number 7.&lt;BR /&gt;&lt;BR /&gt;Alternately, run mxagentconfig from the command line with no parameters and enter the data into the GUI.</description>
      <pubDate>Mon, 17 May 2004 15:46:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-systems/openssh-win2003-workaround/m-p/3278217#M3009</guid>
      <dc:creator>Carolyn_8</dc:creator>
      <dc:date>2004-05-17T15:46:34Z</dc:date>
    </item>
    <item>
      <title>Re: OpenSSH Win2003 workaround</title>
      <link>https://community.hpe.com/t5/server-management-systems/openssh-win2003-workaround/m-p/3278218#M3010</link>
      <description>Right, this is the workaround that I have been trying to follow.  The problem occurs in step 6.  When I try to restart the OpenSSH service I get the error I mentioned above.</description>
      <pubDate>Tue, 18 May 2004 05:49:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-systems/openssh-win2003-workaround/m-p/3278218#M3010</guid>
      <dc:creator>Seth Kelly</dc:creator>
      <dc:date>2004-05-18T05:49:58Z</dc:date>
    </item>
    <item>
      <title>Re: OpenSSH Win2003 workaround</title>
      <link>https://community.hpe.com/t5/server-management-systems/openssh-win2003-workaround/m-p/3278219#M3011</link>
      <description>Well, I gave up on this workaround after determining it wasn't going to accomplish much.  The test server I'd been trying to push the PSP to was just too far behind in updates (it's ancient and no longer used, hence test server) to authenticate properly.  I remotely logged in to the box and manually ran the install of the tools downloaded from hp.com.  Afterwards, SIM had no trouble communicating.&lt;BR /&gt;&lt;BR /&gt;This weakness in SIM is really no trouble at all, since it's just as easy to remote login and run the install from a network share as it is to push it with Insight Manager.&lt;BR /&gt;&lt;BR /&gt;Thanks anyways.</description>
      <pubDate>Tue, 18 May 2004 14:29:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-systems/openssh-win2003-workaround/m-p/3278219#M3011</guid>
      <dc:creator>Seth Kelly</dc:creator>
      <dc:date>2004-05-18T14:29:20Z</dc:date>
    </item>
    <item>
      <title>Re: OpenSSH Win2003 workaround</title>
      <link>https://community.hpe.com/t5/server-management-systems/openssh-win2003-workaround/m-p/3278220#M3012</link>
      <description>Seth,&lt;BR /&gt;&lt;BR /&gt;Can you run the Windows event viewer and look in the Application event log?  This should give more details about the OpenSSH failure.  &lt;BR /&gt;One possibility is that you need to delete the log file used by SSH, as the new user account does not have permission to open this file.  This file is usually  c:\Program Files\OpenSSH\var\log\OpenSSHd.log&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;Brian.</description>
      <pubDate>Wed, 19 May 2004 17:04:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-systems/openssh-win2003-workaround/m-p/3278220#M3012</guid>
      <dc:creator>Brian Harrison</dc:creator>
      <dc:date>2004-05-19T17:04:39Z</dc:date>
    </item>
    <item>
      <title>Re: OpenSSH Win2003 workaround</title>
      <link>https://community.hpe.com/t5/server-management-systems/openssh-win2003-workaround/m-p/3278221#M3013</link>
      <description>That did it.  Thanks Brian.  I haven't investigated into whether that workaround has made SIM run any better. However, my question was about applying the workaround, and your advice to delete the log made it work.  Thanks again.&lt;BR /&gt;&lt;BR /&gt;Seth</description>
      <pubDate>Thu, 20 May 2004 07:57:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-systems/openssh-win2003-workaround/m-p/3278221#M3013</guid>
      <dc:creator>Seth Kelly</dc:creator>
      <dc:date>2004-05-20T07:57:51Z</dc:date>
    </item>
  </channel>
</rss>

