From baf58730a5a37a791faaa30a6bd6b47e47842466 Mon Sep 17 00:00:00 2001 From: Oracle Public Cloud User Date: Mon, 5 Aug 2024 20:15:37 +0000 Subject: [PATCH] port 22 --> 2222 to prevent being locked out of Oracle instance SSH... --- NAT_2_fastlight | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NAT_2_fastlight b/NAT_2_fastlight index 48dbaae..92a5c56 100755 --- a/NAT_2_fastlight +++ b/NAT_2_fastlight @@ -10,7 +10,7 @@ RULES=( "25:25" "80:80" "443:443" - "22:2222" + "2222:2222" ) # Runs the actual script