Results 1 to 1 of 1
ssh_exchange_identification: Connection closed by remote host
even if the key is correct
Login via console or try login multiple times in ssh
Then check the permission of /var/log/btmp
it must ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 01-12-2009 #1Linux Newbie
- Join Date
- Apr 2008
- Location
- India
- Posts
- 170
[SOLVED] ssh_exchange_identification: Connection closed by remote host
ssh_exchange_identification: Connection closed by remote host
even if the key is correct
Login via console or try login multiple times in ssh
Then check the permission of /var/log/btmp
it must be 600
chmod 600 /var/log/btmp
now
ll /var/log/btmp
-rw------- 1 root utmp 73026817 Jan 11 11:13 btmpRegards
David.s
davidanands.co.cc
-->Success is the list of failures ...!!!



