I just launched a AWS EC2 Image today, I got to authenticate successfully and I did the following changes:
sudo yum update
- Install Oracle JDK 8_92 using wget
- Remove all other java options
- export
JAVA_HOME
and alterbash_profile
to do the same thing - Change locale to Mexico
- Change timezone to Mexico/General
- Download Payara build 163 (
wget
) Rename it.
Then I ask the instance to reboot, now I can´t authenticate. It refuse "our public key" any ideas?
I think it might have to do with sudo yum update
, but not sure.