- Community Home
- >
- Servers and Operating Systems
- >
- HPE ProLiant
- >
- Server Management - Systems Insight Manager
- >
- OpenSSH Win2003 workaround
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-17-2004 03:09 AM
тАО05-17-2004 03:09 AM
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.
Any advice on this or any new advice about configuring SIM to remotely install PSP would be greatly appreciated.
Thanks,
Seth
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-17-2004 08:33 AM
тАО05-17-2004 08:33 AM
Re: OpenSSH Win2003 workaround
Not sure if this is the workaround you already tried but here is some info I found.
Carolyn
Problem: Windows 2003 does not allow the Local System account to have the privileges it needs to run the SSH service.
Solution: Configure the service to run as a ├в real├в administrative user.
1. Stop the OpenSSH Server service:
2. Go to Start Menu > Control Panel > Administrative Tools > Services to bring up the services window. Find the service labeled ├в OpenSSH Server├в and stop it.
3. Change the ├в Log On As├в user:
a. In the same window, right-click on the OpenSSH Server service and select Properties.
b. Select the Log On tab.
c. Click the This account radio button, and enter ├в .\Administrator├в . Enter Administrator├в s password and click OK.
4. Set file permissions:
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.
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├в .
5. Set user privileges: Go to Start Menu > Control Panel > Administrative Tools > 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.
6. Start the OpenSSH Server service: Go to Start Menu > Control Panel > Administrative Tools > 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.
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-17-2004 08:46 AM
тАО05-17-2004 08:46 AM
Re: OpenSSH Win2003 workaround
Alternately, run mxagentconfig from the command line with no parameters and enter the data into the GUI.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-17-2004 10:49 PM
тАО05-17-2004 10:49 PM
Re: OpenSSH Win2003 workaround
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-18-2004 07:29 AM
тАО05-18-2004 07:29 AM
Re: OpenSSH Win2003 workaround
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.
Thanks anyways.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-19-2004 10:04 AM
тАО05-19-2004 10:04 AM
SolutionCan you run the Windows event viewer and look in the Application event log? This should give more details about the OpenSSH failure.
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
Cheers,
Brian.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-20-2004 12:57 AM
тАО05-20-2004 12:57 AM
Re: OpenSSH Win2003 workaround
Seth