Ubuntu start task

ssh does not enable startup

for unknown reasons, use ubuntu for the first time

I tried
update-rc.d ssh enable
modify / etc/rc.local, add: service sshd start or / etc/init.d/sshd start
, but neither

May.31,2022

do you mean that the boot does not start automatically, or that the ssh service does not start up?


in the new version of ubuntu, you should use systemctl enable ssh command,
start service systemctl start ssh
restart service systemctl restart ssh

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b3a7f4-345e6.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b3a7f4-345e6.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?