We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1f6011 commit a8291eaCopy full SHA for a8291ea
oracle-linux-image-tools/cloud/vagrant-virtualbox/files/vagrant-common.sh
@@ -44,6 +44,12 @@ vagrant::config()
44
EOF
45
fi
46
47
+ # For OL9 re-enable SHA1 as the vagrant embedded ssh client insists to use
48
+ # SHA1 for RSA keys -- See hashicorp/vagrant#12344
49
+ if [[ "${ORACLE_RELEASE}" = "9" ]]; then
50
+ /bin/update-crypto-policies --set DEFAULT:SHA1
51
+ fi
52
+
53
cat >>/etc/sysconfig/sshd <<EOF
54
55
# Decrease connection time by preventing reverse DNS lookups
0 commit comments