Switching the vCenter Server Appliance 6.x to BASH Shell
- Log in to the vCenter Server Appliance through SSH.
- Run this command to enable access the Bash shell:
shell.set –enabled true
- 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.
Leave a Reply