Ciao Elio, [ssh key] > Già da qualche settimana continuo a vedere dei messaggi che incominciano a > innervosirmi :) anche se non noto malfunzionamenti. > Nei file di log non c'è traccia di questi messaggi.
> [....] Starting OpenBSD Secure Shell server: sshd@@@@@@@@@@@@@@@ > @ WARNING: UNPROTECTED PRIVATE KEY FILE @ > @@@@@@@@@@@@@@@@@@@@@@@@@@@@ > Permission 0622 for '/etc/ssh/ssh_host_rsa_key' are too open. > It is required that your private key files are NOT accessible by others. > This private key will be ignored. > bad permissions: ignore key: /etc/ssh/ssh_host_rsa_key > Could not load host key: /etc/ssh/ssh_host_rsa_key Praticamente ti sta dicendo che i permessi di /etc/ssh/ssh_host_rsa_key vanno ridotti, se non ricordo male permettendo scrittura e lettura al solo proprietario. Dovresti poter risolvere cambiando i permessi con chmod 600 /etc/ssh/ssh_host_rsa_key Ciao Luigi -- Per REVOCARE l'iscrizione alla lista, inviare un email a [email protected] con oggetto "unsubscribe". Per problemi inviare un email in INGLESE a [email protected] To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/[email protected]

