Page 1 of 1

cannot open google cloud webmo

Posted: Thu Apr 04, 2024 10:00 pm
by jwk
On a google cloud instance of Rocky linux, I ran the sitc script with default settings. Logging into the instance via ssh (inside the google cloud), I can see the /home/webmo/public_html folder. Root, webmo, and the installation sudoer account passwords have been set. http service is enabled and active and is allowed through the firewall. But entering "http://<external-ip>/webmo" as indicated by the sitc script, gives no action. The /home/webmo directory has 711 permissions. The /home/webmo/public_html folder has 755 permissions.
Any suggestions on what I should try next?

Re: cannot open google cloud webmo

Posted: Thu Apr 04, 2024 11:22 pm
by jwk
I can ping the ip address, but ssh gives "Permission denied (publickey,gssapi-keyex,gssapi-with-mic)" error.

Re: cannot open google cloud webmo

Posted: Fri Apr 05, 2024 7:26 am
by jwk
OK this is fixed. All I had to do was set # firewall-cmd --permanent --new-service=http
ssh still just works inside google cloud, which is OK.