change formatting

This commit is contained in:
Kyle Hagerty 2020-05-07 21:13:04 -05:00
parent 6b8c8c8773
commit fe8a5a2a89

View File

@ -1,21 +1,21 @@
# How to use the iDRAC6 Java KVM console on Debian # How to use the iDRAC6 Java KVM console on Debian
- Download and install the latest version of openjdk: ## Download and install the latest version of openjdk:
``` ```
sudo apt install openjdk-11-jre sudo apt install openjdk-11-jre
``` ```
- 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:
``` ```
/etc/java/security/java.security /etc/java/security/java.security
``` ```
- Comment out the line in java.security: ## 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,
``` ```
- 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