Compare commits
1 Commits
3229a14177
...
a9e949d95f
Author | SHA1 | Date | |
---|---|---|---|
a9e949d95f |
@ -56,6 +56,12 @@ an SSH server.
|
|||||||
sudo apt install openssh-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
|
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_.
|
starts after a reboot, you need to enable it using _systemctl_.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user