Compare commits

..

1 Commits

Author SHA1 Message Date
3229a14177
Update README (add command for installing wasm on an ARM-based CPU)
Signed-off-by: Doctor K <doctor_whoami@ghostchain.io>
2024-12-24 01:43:06 +03:00

View File

@ -56,12 +56,6 @@ an SSH server.
sudo apt install openssh-server
```
Start SSH Service using _systemctl_.
```bash
sudo systemctl start ssh
```
Enable SSH Service to Start on Boot: To ensure that the SSH service automatically
starts after a reboot, you need to enable it using _systemctl_.