7/5/2012 2:27:48 PM
 Matt H Posts: 3
|
Hello. Does anyone use secret server to manage VMware ESX accounts? In particular, the root account on ESXi? I've noticed that everything works fine as long as SSH is enabled on the ESXi box, but enabling ssh throws up a yellow exclamation point in vCenter. I would like to keep SSH disabled if possible but still have ss manage the password. Any ideas?
|
|
|
0
• link
|
7/5/2012 2:31:38 PM
 Steven B Posts: 9
|
Not sure how you could do it without SSH but I do know you can turn that yellow banner off in vCenter even though SSH is enabled.
here is a link: <a href="http://communities.vmware.com/thread/326971">http://communities.vmware.com/thread/326971</a>
|
|
|
0
• link
|
7/5/2012 2:34:38 PM
 Ole Posts: 3
|
Don't think you can manage ESXi passwords without ssh, but you can get rid of the yellow sign in vCenter. You do that in Advanced Settings.
Ole Thomsen
|
|
|
0
• link
|
7/5/2012 2:47:03 PM
 Matt H Posts: 3
|
Thanks for the quick response.
I'm aware that the banner can be disabled. My hope was that SS could change the password without SSH, maybe through a VMware API or something similar. That way I could conform to the best practice of no SSH on our ESXi servers. But if there is no way around it then I guess I'll have to do it..
Thanks again
|
|
|
0
• link
|
7/5/2012 2:57:51 PM
 Joshua C Administrator Posts: 75
|
Currently the only way to change the password is with using SSH. I will take this down a feature request that you would be interested in seeing.
-- Thycotic Support Engineer
|
|
|
0
• link
|
7/5/2012 3:02:59 PM
 Matt H Posts: 3
|
Awesome! Thanks Joshua
|
|
|
0
• link
|
7/5/2012 7:28:28 PM
 Richard K Posts: 1
|
Use vMA... You'll need to configure vMA to integrate with AD.
Create a custom SSH RPM to do the following (I've not tested mine yet) * ssh vma-host -l -p * vifp addhost $MACHINE * vicfg-user -e user -o modify -l root -p $NEWPASSWORD * exit * exit
|
|
|
0
• link
|