From 928d569ccbf25ac861be9a2ca0fd2c5b4c056e99 Mon Sep 17 00:00:00 2001 From: oooo-ps Date: Sat, 28 Jun 2025 06:29:41 +0300 Subject: [PATCH] Updated SSH (markdown) --- SSH.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/SSH.md b/SSH.md index 402b056..6190b1b 100644 --- a/SSH.md +++ b/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