Percebi a seguinte mensagem de erro no arquivo /var/log/auth.log.
O sistema operacional do servidor é o Ubuntu e a versão é a
[php]root@srv:/var/log# cat /etc/*-release
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=14.04
DISTRIB_CODENAME=trusty
DISTRIB_DESCRIPTION="Ubuntu 14.04.2 LTS"
NAME="Ubuntu"
VERSION="14.04.2 LTS, Trusty Tahr"
ID=ubuntu
ID_LIKE=debian
PRETTY_NAME="Ubuntu 14.04.2 LTS"
VERSION_ID="14.04"
HOME_URL="http://www.ubuntu.com/"
SUPPORT_URL="http://help.ubuntu.com/"
BUG_REPORT_URL="http://bugs.launchpad.net/ubuntu/"
root@srv:/var/log#[/php]
Versão do SSH:
[php]root@srv:/var/log# ssh -V
OpenSSH_6.6.1p1 Ubuntu-2ubuntu2, OpenSSL 1.0.1f 6 Jan 2014
root@srv:/var/log#[/php]
Para eliminar o erro, basta gerar o arquivo ausente com o seguinte comando:
[php]$ ssh-keygen -A
ssh-keygen: generating new host keys: ED25519[/php]