From 6a1ff841838421597b5f2c2addceb37c7f28579b Mon Sep 17 00:00:00 2001 From: Kyle Hagerty Date: Thu, 7 May 2020 21:19:31 -0500 Subject: [PATCH] deploy changes --- MacOS/README.md | 17 ++++++++++++----- Windows/README.md | 17 ++++++++++++----- 2 files changed, 24 insertions(+), 10 deletions(-) diff --git a/MacOS/README.md b/MacOS/README.md index a945b25..3896e97 100644 --- a/MacOS/README.md +++ b/MacOS/README.md @@ -1,20 +1,27 @@ # How to use the iDRAC6 Java KVM console on MacOS -1. Download and install the latest java version 8: +This guide will show you how to run the iDRAC6 Java KVM console on MacOS. + +This guide assumes you have already cloned the repository into your home directory. + +### Download and install the latest java version 8: + ``` https://java.com/en/download/manual.jsp ``` -2. Use your favorite text editor to open java.security at the path below: +### Use your favorite text editor to open java.security at the path below: + ``` /Library/Internet Plug-Ins/JavaAppletPlugin.plugin/Contents/Home/lib/security/java.security ``` -3. Comment out the line in java.security: +### Comment out the line in java.security: + ``` # jdk.tls.disabledAlgorithms=SSLv3, RC4, MD5withRSA, DH keySize < 1024, ``` -4. Add the IP address of your iDRAC interface (https://w.x.y.z) to the security tab of the java control pannel **located under System Preferences**, then uncheck the box "Enable Java content for browser and Web Start applications" to prevent java from accessing unsecure internet resources. +For added security: Add the IP address of your iDRAC interface (https://w.x.y.z) to the security tab of the java control pannel **located under System Preferences**, then uncheck the box "Enable Java content for browser and Web Start applications" to prevent java from accessing unsecure internet resources. -5. Run the connect_idrac_kvm.sh script and enter the IP address and credentials of your iDRAC interface to connect to the network KVM on your Dell Server +Run the connect_idrac_kvm.sh script and enter 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 06166d3..cae5c44 100644 --- a/Windows/README.md +++ b/Windows/README.md @@ -1,20 +1,27 @@ # How to use the iDRAC6 Java KVM console on Windows -1. Download and install the latest java version 8 +This guide will show you how to run the iDRAC6 Java KVM console on Windows 10. + +This guide assumes you have already cloned the repository into your home directory. + +### Download and install the latest java version 8 + ``` https://java.com/en/download/manual.jsp ``` -2. Go to the security directory where you installed java, xyz is your current version +### Go to the security directory where you installed java, xyz is your current version + ``` C:\Program Files\Java\jre1.8.0_xyz\lib\security\ ``` -3. Open the file **java.security** and comment out the line below +### Open the file **java.security** and comment out the line below + ``` # jdk.tls.disabledAlgorithms=SSLv3, RC4, MD5withRSA, DH keySize < 1024, ``` -4. Add the IP address of your iDRAC interface (https://w.x.y.z) to the security tab of the java control pannel **located under Control Panel**, then uncheck the box "Enable Java content for browser and Web Start applications" to prevent java from accessing unsecure internet resources. +For added security: Add the IP address of your iDRAC interface (https://w.x.y.z) to the security tab of the java control pannel **located under Control Panel**, then uncheck the box "Enable Java content for browser and Web Start applications" to prevent java from accessing unsecure internet resources. -5. Run the connect_idrac_kvm.sh script and enter the IP address and credentials of your iDRAC interface to connect to the network KVM on your Dell Server +Run the connect_idrac_kvm.sh script and enter the IP address and credentials of your iDRAC interface to connect to the network KVM on your Dell Server