Auf einmal sagt der SFTP-Client (hier Filezilla) nur noch:
Antwort: Fatal: unable to initialise SFTP: could not connect Fehler: Verbindung kann nicht hergestellt werden!
In /var/log/auth.log steht lediglich:
Feb 22 17:10:43 v-10040 sshd[20317]: Accepted password for driehle from 87.xxx.xxx.xxx port 26252 ssh2 Feb 22 17:10:43 v-10040 sshd[20319]: (pam_unix) session opened for user driehle by (uid=0) Feb 22 17:10:43 v-10040 sshd[20319]: subsystem request for sftp
Und /var/log/syslog weiß auch nichts zu berichten. Woran es lag? Daran:
v-10040 ~ # ls -la /dev/null crw------- 1 root root 1, 3 2008-02-01 02:15 /dev/null
Außer root hat niemand Schreibrechte auf /dev/null, damit läuft SFTP nicht. Schnell rw-rw-rw- gesetzt und SFTP klappt wieder einwandfrei 🙂