From: Jim Mankovich - 2013-03-11 13:10 revert back to the 1.8.11 default cipher suite of 3, ID: #3571371, #3576112 --- ipmitool-1.8.12/lib/ipmi_main.c +++ ipmitool-1.8.12/lib/ipmi_main.c @@ -382,7 +382,7 @@ ipmi_main(int argc, char ** argv, char * seloem = NULL; int port = 0; int devnum = 0; - int cipher_suite_id = 1; /* See table 22-19 of the IPMIv2 spec */ + int cipher_suite_id = 3; /* See table 22-19 of the IPMIv2 spec */ int argflag, i, found; int rc = -1; char sol_escape_char = SOL_ESCAPE_CHARACTER_DEFAULT;