This repository was archived by the owner on Mar 27, 2022. It is now read-only.
This repository was archived by the owner on Mar 27, 2022. It is now read-only.
gcloud compute ssh tunneling refusing connection #102
Open
Description
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.
Metadata
Metadata
Assignees
Labels
No labels