Skip to content

Instantly share code, notes, and snippets.

View koskelainen's full-sized avatar

Evgenii Koskelainen koskelainen

View GitHub Profile
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