In vSphere 4.1, you can enable Remote Tech Support Mode (SSH) and Local Tech Support Mode on ESXi from the vSphere Client, as well as from the Direct Console User Interface (DCUI).
This message is a proactive security measure designed to ensure that administrators are aware that remote access has been enabled for the server.
Prior to vSphere 4.1 Update 2, disabling Remote Tech Support Mode (SSH) and Local Tech Support Mode is the only way to prevent this warning from appearing. In vSphere 4.1 Update 2, you can disable the Remote Tech Support Mode Remote (SSH) and Local Tech Support Mode warnings from appearing on the hosts.
Note: In vSphere 4.1 Update 2 and later, perform these steps on individual hosts to disable the warnings:
- Open a VI Client to the ESXi host
- Select the ESXi host from the Inventory.
- Select Configuration tab Advanced Settings from the Software menu.
- Navigate to UserVars > UserVars.SuppressShellWarning.
- Set the value from 0 to 1.
- Click OK.
You can also do this via the command-line:
vim-cmd hostsvc/advopt/update UserVars.SuppressShellWarning long 1
In scripted installs, set:
/adv/UserVars/SuppressShellWarning = "1"