hell
sudo apt-get install openssh-server
Then execute the start command:
```` shell
sudo systemctl start ssh
We open/etc/rc.local
, Add the following command:
sudo systemctl enable ssh
Note: If there is
exit 0
, Must be added before it.
So our ubuntu can be accessed remotely normally.
Recommended Posts