port 22 --> 2222 to prevent being locked out of Oracle instance SSH...

This commit is contained in:
Oracle Public Cloud User 2024-08-05 20:15:37 +00:00
parent 719142e808
commit baf58730a5

View file

@ -10,7 +10,7 @@ RULES=(
"25:25" "25:25"
"80:80" "80:80"
"443:443" "443:443"
"22:2222" "2222:2222"
) )
# Runs the actual script # Runs the actual script