On the page for remotely logging in to a BMS, after you press Enter, the page does not respond.
The BMS OS configuration does not allow remote login to the BMS.
Use a key pair to log in to the BMS and configure the OS as required. The configuration varies depending on the OS. The following part provides configurations of some OSs as examples. For details, see "Configuring Remote Login to a BMS" in Bare Metal Server Private Image Creation Guide.


stty -F /dev/ttyS0 speed 115200
grub2-mkconfig -o /boot/grub2/grub.cfg
systemctl enable serial-getty@ttyS0
stty -F /dev/ttyS0 speed 115200
grub-mkconfig -o /boot/grub/grub.cfg
systemctl enable serial-getty@ttyS0
If you log in to the BMS through the serial port as user root, you need to modify the security configuration file. Add the following information to the end of /etc/securetty:

After configuring the BMS OS, check whether you can log in to the BMS remotely.