Users Guide

To configure GRUB to use serial console, comment out the splash image and add the serial and terminal options to
grub.conf :
[root@localhost ~]# cat /boot/grub/grub.conf
# grub.conf generated by anaconda
#
# Note that you do not have to rerun grub after making changes to this file
# NOTICE: You have a /boot partition. This means that
# all kernel and initrd paths are relative to /boot/, eg.
# root (hd0,0)
# kernel /vmlinuz-version ro root=/dev/hda2
# initrd /initrd-version.img
#boot=/dev/hda
default=0
timeout=10
#splashimage=(hd0,0)/grub/splash.xpm.gz
serial --unit=0 --speed=1152001
NOTE: Restart the system for the settings to take effect.
Supported SSH cryptography schemes
To communicate with iDRAC using SSH protocol, it supports multiple cryptography schemes listed in the following table.
Table 19. SSH cryptography schemes
Scheme Type Algorithms
Asymmetric Cryptography
Public key
ssh-rsa
ecdsa-sha2-nistp256
Symmetric Cryptography
Key Exchange
curve25519-sha256@libssh.org
ecdh-sha2-nistp256
ecdh-sha2-nistp384
ecdh-sha2-nistp521
diffie-hellman-group-exchange-sha256
138 Setting up iDRAC communication