• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

Firewall lock - disable the firewall ssh

B

bibilabille

Guest
Hello,

I configured the firewall in plesk 9.5 for the admin to allow access to the admin for a fixed IP. But .... I made a mistake in the ip, so I do not know me connected to my plesk admin.

I still have SSH access, it is there a way to disable the firewall for SSH to correct or change my IP directly into the ip ssh files inccorect by the good IP.

Do you know me?
 
for iptables you can do
iptables -F

to flush any rules, or you can stop the service
service iptables stop
 
Back
Top