Warm tip: This article is reproduced from stackoverflow.com, please click
hadoop linux ssh

connect to host localhost port 22: Connection refused

发布于 2020-04-15 10:07:35

While installing hadoop in my local machine , i got following error

ssh -vvv localhost 
OpenSSH_5.5p1, OpenSSL 1.0.0e-fips 6 Sep 2011 
debug1: Reading configuration data /etc/ssh/ssh_config    
debug1: Applying options for * 
debug2: ssh_connect: needpriv 0 
debug1: Connecting to localhost [127.0.0.1] port 22. 
debug1: connect to address 127.0.0.1 port 22: Connection refused 
ssh: connect to host localhost port 22: Connection refused

can some one help me to resolve this error , than changing port number

Questioner
Surya
Viewed
79
community wiki 2014-01-20 03:54

My port number is different. i tried using

ssh localhost -p 8088

this worked for me