I use the CM5 lite +CM5 IO V2.2, install CLI img. I want to config the SSH server througth rsetup→common Task. however the CLI OS does not have Configure SSH. please tell me how to deal with it?
rsetup has been updated so it no longer provides Configure SSH option. What we provided before was also very limited, only turn service on and off. You can use following command to achieve that:
- Turn on:
sudo systemctl enable --now ssh - Turn off:
sudo systemctl disable --now ssh