# Linux basic command:

The command <mark>sudo ufw allow ssh</mark> enables incoming SSH connections through the firewall on a Linux system, allowing secure remote access to the machine.

```plaintext
sudo ufw allow ssh
```

[Edit this text](https://venketraman.com/how-to-configure-multisite-in-nginx-on-ubuntu-18)

![](https://cdn.hashnode.com/res/hashnode/image/upload/v1723103560042/0b285d72-d875-4529-b8ca-3170feb6a798.png align="center")

![](https://cdn.hashnode.com/res/hashnode/image/upload/v1723103572447/b0e1b750-4970-43f0-9538-25d349e82e23.png align="center")

![](https://cdn.hashnode.com/res/hashnode/image/upload/v1723103564081/e1980e2e-b380-428e-b0c2-a8dc46912f3a.png align="center")
