From c4b920d3bbccfc7ff071918c161504e0bb901feb Mon Sep 17 00:00:00 2001 From: Kyle Hagerty Date: Thu, 7 May 2020 21:11:33 -0500 Subject: [PATCH] fix formatting --- Debian/README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Debian/README.md b/Debian/README.md index 47cbfff..017a727 100644 --- a/Debian/README.md +++ b/Debian/README.md @@ -1,18 +1,18 @@ # How to use the iDRAC6 Java KVM console on Debian 1. Download and install the latest version of openjdk: -``` -sudo apt install openjdk-11-jre + +``` sudo apt install openjdk-11-jre ``` -2. Use your favorite text editor to open java.security at the path below: -``` -/etc/java/security/java.security +2. Use your favorite text editor to open java.security at the path below: + +``` /etc/java/security/java.security ``` 3. Comment out the line in java.security: -``` -# jdk.tls.disabledAlgorithms=SSLv3, RC4, MD5withRSA, DH keySize < 1024, + +``` # jdk.tls.disabledAlgorithms=SSLv3, RC4, MD5withRSA, DH keySize < 1024, ``` 4. 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