Skip to content

Instantly share code, notes, and snippets.

@amatus
Last active December 26, 2023 17:22
Show Gist options
  • Save amatus/880c21566d95fc0dcbab318492d5b1ac to your computer and use it in GitHub Desktop.
Save amatus/880c21566d95fc0dcbab318492d5b1ac to your computer and use it in GitHub Desktop.
Dell iDRAC6 iKVM Java setup
apt install icedtea-netx
sed -i -e 's/JRE=.*/JRE=\/usr\/lib\/jvm\/java-8-openjdk-amd64/' /usr/share/icedtea-web/bin/javaws.sh
echo deployment.security.level=ALLOW_UNSIGNED >> ~/.config/icedtea-web/deployment.properties
comment out jdk.jar.disabledAlgorithms= and jdk.tls.disabledAlgorithms= in /etc/java-8-openjdk/security/java.security
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment