I installed Raspberry Pi OS Lite
Then with Putty I connect to the raspberry pi
I have to order
sudo service ssh start
Next
Edit the crontab as root with this command:
sudo crontab –e
Add this line to the end of the file:
@reboot /usr/sbin/service ssh start
Question 1:
Should I add # at the beginning of
@reboot /usr/sbin/service ssh start
Question 2:
How do I enter and continue?