- Community Home
- >
- Servers and Operating Systems
- >
- HPE ProLiant
- >
- Server Management - Systems Insight Manager
- >
- SSH Client fails when local admin account is renam...
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
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
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
04-14-2004 06:57 AM
04-14-2004 06:57 AM
SSH Client fails when local admin account is renamed
This is likely due to the fact that OpenSSH appears to map the login name to a corresponding /home/newusername folder. However, when the Administrative account is renamed (a standard security procedure at most security conscious companies), Windows does not rename the c:\Documents and Settings\Administrator folder to the new name.
You can't simply rename the c:\Documents and Settings\Administrator folder to reflect the new login name as the operating system has many static links to the old location in the registry, and it is not known if other applications will break if such action were to be performed.
The best option would be to convince OpenSSH to use the existing /home/Administrator location as the "home" folder for the renamed account. For the likes of me, I am unable to locate any information on how this could occur. Now, I could be entirely wrong on how to best approach this problem. In the end, I need MxAgentConfig to properly enable the client.
As a side note, HP's documentation on the SSH client and its configuration is so bad as to be useless. So is the problem where the installer does not work on NT4, when OpenSSH is actually supported on that platform.
Any assistance would be appreciat
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-14-2004 08:24 AM
04-14-2004 08:24 AM
Re: SSH Client fails when local admin account is renamed
But, you could also manually edit the passwd file to reflect the new path.
I believe there are documents being developed regarding the OpenSSH implementation and the requirements around SIM.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-15-2004 01:57 AM
04-15-2004 01:57 AM
Re: SSH Client fails when local admin account is renamed
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-08-2004 09:20 AM
07-08-2004 09:20 AM
Re: SSH Client fails when local admin account is renamed
I thought the same as you because we rename the admin account on all servers. I did remove the Admin profile directory, rebooted, logged in with the new admin name and the correct folder name was created. I then ran the mkpasswd command and the password file now reflects the correct folder. I am still having the same issue described in the link above however. OpenSSH sucks .
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-09-2004 06:16 AM
07-09-2004 06:16 AM
Re: SSH Client fails when local admin account is renamed
I logged in as my domain account. The domain account that HPSIM is starting with. I removed OpenSSh. I reinstalled but the damn setup would freeze. I ended the task and performed another uninstall because it did put some stuff on the system. I did not delete the folders after uninstall because everytime I did that the re-install would freeze. Without deleteing the folder I was able to finish the install. Don't ask why. Once the install was done I ran the mkpasswd -d -u
I logged off and back on as my domain account. I ran ssh username@servername and it prompted me for yes or no. I said yes, I typed my password and login was successful. I typed quit. I typed MxAgentConfig -g and entered my info into the GUI. The logon was successful.
Once I knew OpenSSH was working again I then checked my Event task which was calling to my custom command. I made sure that the task owner was my domain account. In my case I was using a task to identify invalid logins as a test. When i logged in with an invalid login I received the page from Attention software that I expected. All the task logs now show completed with no errors.