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
{{ message }}
This repository has been archived by the owner on Mar 27, 2022. It is now read-only.
I'm trying to set up a secure ssh tunnel by running this command in the terminal
gcloud compute ssh --zone=
--ssh-flag="-D 1080" --ssh-flag="-N" --ssh-flag="-n"
Then chrome
--proxy-server="socks5://localhost:1080"
--host-resolver-rules="MAP * 0.0.0.0 , EXCLUDE localhost"
--user-data-dir=/tmp/
to access Ambari UI page.
The ssh debug says:
channel 7: open failed: connect failed: connection refused.
Any idea what is going wrong or where am I making mistake?
Thanks in advanced.
The text was updated successfully, but these errors were encountered:
I'm sometimes running into the same problem when I try to connect to tunnel through to port 8080 on a dataproc cluster (to connect to the zeppelin server). It's a flakey problem. The ssh debug also gives me errors like "channel 14: open failed: administratively prohibited: open failed". I can use the ssh tunnel to view the hadoop service on port 8088.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hello,
I'm trying to set up a secure ssh tunnel by running this command in the terminal
gcloud compute ssh --zone=
--ssh-flag="-D 1080" --ssh-flag="-N" --ssh-flag="-n"
Then chrome
--proxy-server="socks5://localhost:1080"
--host-resolver-rules="MAP * 0.0.0.0 , EXCLUDE localhost"
--user-data-dir=/tmp/
to access Ambari UI page.
The ssh debug says:
channel 7: open failed: connect failed: connection refused.
Any idea what is going wrong or where am I making mistake?
Thanks in advanced.
The text was updated successfully, but these errors were encountered: