SSH will fail to start if there are syntax errors in the /etc/ssh/sshd configuration file. The command following command will tell you if any directives are incorrect:/usr/sbin/sshd -T
If the configuration test does not return any errors, I would suggest starting sshd in debugging mode, this will provide you with a detailed startup of the service:/usr/sbin/sshd -ddd
Пакеты, имеющие неудовлетворённые зависимости:
brackets : Зависит: gconf-service
sudo apt install -f
sudo apt autoclean
sudo apt autoremove
sudo apt --fix-broken install
sudo apt update && sudo apt dist-upgrade
sudo dpkg --configure -a
sudo apt install -f