From 0e4856152946bc0b0ad8a65d1435eb7e160c843b Mon Sep 17 00:00:00 2001 From: Kyle Hagerty Date: Tue, 17 Mar 2020 14:11:45 -0500 Subject: [PATCH] add steps --- Linux/README.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/Linux/README.md b/Linux/README.md index 02ffd02..b74b4b9 100644 --- a/Linux/README.md +++ b/Linux/README.md @@ -7,20 +7,19 @@ https://www.dell.com/community/Systems-Management-General/iDRAC6-Virtual-Console https://gist.github.com/xbb/4fd651c2493ad9284dbcb827dc8886d6 ## How to use the iDRAC Java KVM console -Download and install the latest version of openjdk: - +1. Download and install the latest version of openjdk: ``` sudo apt install openjdk-11-jre ``` -Go to the security directory where you installed java: +2. Go to the security directory where you installed java: ``` /etc/java/security/java.security ``` -Comment out the line in ../security/java.security: +3. Comment out the line in ../security/java.security: ``` # jdk.tls.disabledAlgorithms=SSLv3, RC4, MD5withRSA, DH keySize < 1024, ``` -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 +4. 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