Error:
$ sshfs login@server: local_dir
read: connexion reset by peer
Why: The RSA key has been changed
Solution:
$ ssh login@server
shows the real error and a solution: remove the RSA key in ~/.ssh/know_hosts
with
$ ssh-keygen -f "~/.ssh/known_hosts" -R server
$ ssh login@server