Updated SSH (markdown)

oooo-ps 2025-06-28 06:29:41 +03:00
parent 4947ad0f0e
commit 928d569ccb

7
SSH.md

@ -14,6 +14,13 @@ The tips below provide configuration details for accessing remote files over SSH
#### Firewall
> [!WARNING]
> Be careful when changing existing access rules, as you may lose access to your remote server!
> * if that happens, try logging in with localhost or the web console to roll back.
> [!TIP]
> By logging in with password, take a look at [fail2ban](https://github.com/fail2ban/fail2ban) to prevent brute force attacks
Don't forget to open the SSH port to access your server remotely:
``` bash