After configuring ESXi to authenticate with Active Directory, the ESXi host uses RC4 encryption for authentication by default.
ESXi 8.x
The RC4 configuration is part of the default configuration for ESXi.
Edit the kbr5.conf file for ESXi to remove the RC4 encryption protocol.
/etc/krb5.conf" file to a safe placeBefore: [libdefaults]default_tgs_enctypes = AES256-CTS AES128-CTS RC4-HMACdefault_tkt_enctypes = AES256-CTS AES128-CTS RC4-HMACpreferred_enctypes = AES256-CTS AES128-CTS RC4-HMACallow_weak_crypto = true
After: [libdefaults]default_tgs_enctypes = AES256-CTS AES128-CTSdefault_tkt_enctypes = AES256-CTS AES128-CTSpreferred_enctypes = AES256-CTS AES128-CTSallow_weak_crypto = true
Before:[likewise]disable_modifications = falseversion = 1
After: [likewise]disable_modifications = trueversion = 1