1

I use a VPS with Ubuntu 10.04. After I performed "apt-get upgrade", the ssh daemon stopped working and does not automatically start when I restart my server. I have only access to files (edit, create delete etc.) and no shell access. Could you please help me out with setting up SSH Daemon autostart? Thank you very much.

Paris
  • 205

1 Answers1

0

Try editing /etc/init.d/rc.local and add to the bottom:

sshd &

Then restart the server.

jokerdino
  • 41,732
tom
  • 1