This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1. **Update Package List**: | |
- Open a terminal and run the following command to make sure your package list is up to date. | |
```bash | |
sudo apt update | |
``` | |
2. **Install OpenSSH Server**: | |
- To install the OpenSSH server package, run: | |
```bash | |
sudo apt install openssh-server |