From 2fc75d2c2b0e74dbfba41b6395f8dac254485202 Mon Sep 17 00:00:00 2001 From: Kyle Hagerty Date: Tue, 17 Mar 2020 14:05:40 -0500 Subject: [PATCH] merge two steps into one --- MacOS/README.md | 4 +--- Windows/README.md | 4 +--- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/MacOS/README.md b/MacOS/README.md index 5735bfa..fd7465e 100644 --- a/MacOS/README.md +++ b/MacOS/README.md @@ -20,8 +20,6 @@ Comment out the line in ../lib/security/java.security: # jdk.tls.disabledAlgorithms=SSLv3, RC4, MD5withRSA, DH keySize < 1024, ``` -Add the IP address of your iDRAC interface (https://w.x.y.z) to the security tab of the java control pannel. - -Uncheck the box "Enable Java content for browser and Web Start applications" to prevent java from accessing unsecure internet resources. +Add the IP address of your iDRAC interface (https://w.x.y.z) to the security tab of the java control pannel, then uncheck the box "Enable Java content for browser and Web Start applications" to prevent java from accessing unsecure internet resources. Run the connect_idrac_kvm.sh script using the IP address and credentials of your iDRAC interface to connect to the network KVM on your Dell Server diff --git a/Windows/README.md b/Windows/README.md index cd93df6..791b53a 100644 --- a/Windows/README.md +++ b/Windows/README.md @@ -20,8 +20,6 @@ Comment out the line in ..\jre1.8.0_xyz\lib\security\java.security: # jdk.tls.disabledAlgorithms=SSLv3, RC4, MD5withRSA, DH keySize < 1024, ``` -Add the IP address of your iDRAC interface (https://w.x.y.z) to the security tab of the java control pannel. - -Uncheck the box "Enable Java content for browser and Web Start applications" to prevent java from accessing unsecure internet resources. +Add the IP address of your iDRAC interface (https://w.x.y.z) to the security tab of the java control pannel, then uncheck the box "Enable Java content for browser and Web Start applications" to prevent java from accessing unsecure internet resources. Run the connect_idrac_kvm.sh script using the IP address and credentials of your iDRAC interface to connect to the network KVM on your Dell Server