How does raspberry pi enable ssh service?

Answer: The operation steps are as follows:

1. Start the ssh service

$ sudo systemctl enable ssh

2. Start the ssh service

$ sudo systemctl start ssh

Guess you like

Origin www.cnblogs.com/dakewei/p/12735175.html