Jan 21 21:40:26 localhost sshd[4056]: fatal: daemon() failed: Success
danke an sloter, dein tip mit den logs und eine googlesuche brachten erfolg: /dev/null wurder zum normalen ordner
Zitat:
I know it's a whule later but after spending the last two hours trying to sort this out I wanted to pass on how I fixed this.
My /dev/null had changed to a normal folder
I recreated it
rm -f /dev/null
mknod -m 666 /dev/null c 1 3
and sshd is back up and running.
|