Ensuring launcher is up to date
Fetching origin
fatal: unable to access 'https://github.com/discourse/discourse_docker.git/': Could not resolve host : github.com
error: Could not fetch origin
Launcher is up-to-date
It’s not a Discourse problem, so this isn’t the best place to look for a solution.
If you’re going to use the Google name servers then you should remove the other one. Also, in many configurations, Linux will overwrite resolve.conf, so if changing name servers fixes the problem you’ll still need to do a bit more to see that it’s actually resolved.
I looked at my test server and found it has like this
nameserver 127.0.0.53
options edns0 trust-ad
So I followed that but still not working.
My thought is I changed /etc/ssh/sshd_config file to use ssh remote from my local PC
Changed like PasswordAuthentication no -> PasswordAuthentication yes