What are two ways to clear this warning?

An ESXi 5.x host displays a warning icon in the vSphere console and its summary page lists a
configuration issue “SSH for the host has been enabled.” What are two ways to clear this
warning? (Choose two.)

An ESXi 5.x host displays a warning icon in the vSphere console and its summary page lists a
configuration issue “SSH for the host has been enabled.” What are two ways to clear this
warning? (Choose two.)

A.
Using the Security Profile pane of the Configuration tab in the vSphere Client

B.
Using the Direct Console User Interface (DCUI)

C.
Using the Advanced Settings pane of the Configuration tab in the vSphere Client

D.
Using the Networking pane of the Configuration tab in the vSphere Client



Leave a Reply 4

Your email address will not be published. Required fields are marked *


Brian

Brian

The correct answer is B and C.
A – using the security profile pane is how to ENABLE SSH, but does not allow you to clear the warning.

Reference:
http://kb.vmware.com/selfservice/microsites/search.do?language=en_US&cmd=displayKC&externalId=2003637

To disable these warnings using vSphere Client:
1.Select the ESXi host from the Inventory.
2.Click the Configuration tab.

3.Click Advanced Settings in the Software menu.
4.Navigate to UserVars > UserVars.SuppressShellWarning.
5.Set the value from 0 to 1.
6.Click OK.

To disable these warnings using esxcli:
1.Connect to the ESXi host through SSH using root credentials.
2.Run this command:

vim-cmd hostsvc/advopt/update UserVars.SuppressShellWarning long 1

To enable these warnings using esxcli:
1.Connect to the ESXi host through SSH using root credentials.
2.Run this command:

vim-cmd hostsvc/advopt/update UserVars.SuppressShellWarning long 0

Wiz

Wiz

I think a and C.

Your KB posting is right to defend C

As for A – you could disable SSH. No where does it say SSH is required.

Luis

Luis

The answer is C. i’ve done this before

Luis

Luis

sorry…and B