Skip to content
This repository has been archived by the owner on Mar 27, 2022. It is now read-only.

gcloud compute ssh tunneling refusing connection #102

Open
joysanp opened this issue Jul 11, 2017 · 1 comment
Open

gcloud compute ssh tunneling refusing connection #102

joysanp opened this issue Jul 11, 2017 · 1 comment

Comments

@joysanp
Copy link

joysanp commented Jul 11, 2017

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.

@conradlee
Copy link

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 free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants