- BASH Shell
- Appliance Shell
- Log in to the vCenter Server Appliance through SSH.
- Run this command to enable access the Bash shell:
shell.set –enabled true and press enter
- Type shell and press Enter.
- In the temporary BASH shell, run this command to permanently configure the default Shell to BASH for Root:
chsh -s /bin/bash root
- Log out from the BASH Shell.
- Log in again for the changes to take effect.
- Log in to the vCenter Server Appliance through SSH. You will be in BASH shell already since it was changed previously.
- Run below command to change from using the BASH Shell to the Appliance Shell:
chsh -s /bin/appliancesh root
- Log out from the Appliance Shell.
- Log in again for the changes to take effect.





Leave a comment