You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ssh -p 2222 -R 80:localhost:3000 xx.xxxx.xx.xx
ssh: connect to host xx.xxxx.xx.xx port 2222: Connection refused
ssh -p 2222 -R foo:80:localhost:3000 proxme.xyz
ssh: Could not resolve hostname proxme.xyz: nodename nor servname provided, or not known
am i missing a secret step? authentication is off so i dont need to add keys or password under this setting correct? i should simply be able to create a tunnel straight away?
The text was updated successfully, but these errors were encountered:
Sorry for the delay here. The domain issue would be you needing to properly setup the A records for the instance. Are you able to provide any logs or output from the VM or containers?
I'm using the gcloud setup. I've followed the instructions to a tee
i open google shell and start off with this
i follow the firewall instructions
i add the dns A records
and then go to ssh with IP or with domain name
am i missing a secret step? authentication is off so i dont need to add keys or password under this setting correct? i should simply be able to create a tunnel straight away?
The text was updated successfully, but these errors were encountered: