Am trying to access Zepplein on EMR, I have followed the instructions as specified on the aws site.
When I try to open SSH tunnel using my laptop
ssh -i pemfile.pem -ND 8157 hadoop@192.2.2.12
I get error as
channel 2: open failed: connect failed: Connection refused
channel 3: open failed: connect failed: Connection refused
channel 2: open failed: connect failed: Connection refused
I could establish tunnel using my old laptop with same .pem file and access zeppelin. What am I doing wrong?