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 configura
Remove SSH with the following command:
sudo apt-get remove openssh-client openssh-server
Install SSH again with:
sudo apt-get install openssh-client openssh-server
It will solve your problem.