From b8ba67c3e5170943d5075f0dfac2d2f4ad753e58 Mon Sep 17 00:00:00 2001 From: Markus Hauschild Date: Wed, 8 Apr 2020 20:33:23 +0200 Subject: [PATCH] Fix README.md --- README.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index e7abfe8..58c63cf 100644 --- a/README.md +++ b/README.md @@ -1,22 +1,19 @@ -# Legacy IDRAC6 KVM invoker +# iDRAC 6 console launcher -On modern systems, the iDRAC6 remote console client is broken. This software +On modern systems, the iDRAC6 remote console client is broken. This utility helps to restore usability on linux based systems. ## Common errors - Connection failed * This java applet needs to be in the list of trusted Java applications * The Java security level must be patched down. This software requires RC4 to be available as tls crypto algorithm (really!) - Patch java.security ``` sed -i -e '/^jdk.tls.disabledAlgorithms=/s/, RC4//' /etc/java-*-openjdk/security/java.security ``` - Exception in thread "main" java.awt.AWTError: Assistive Technology not found ```