can not open SSH port on mikrotik router

Hello my friends..!
so i came a cross a very weird situation here.
i intended to open SSH port just by going to ip==>services and enable the SSH port
today when i try to do that the port didn’t open, i try to create a port forwarding rule for it but also that didn’t work.
any one can help me to find where the applied filter that prevent this port from opening ..?
here is my router config
MN.rsc (8.68 KB)

The port should be explicitly be opened on the input chain (there is no port forward necessary), assuming you want to have this service available on the WAN site.
And…as soon as you managed to get it to work…close it! Security wise you don’t want this…never. Is this what you want to achieve?

If you want this service available inside…well, I should look at the supplied config.

well yes i want to open it to outside WAN just 5 minute for troublshooting purpose..

add action=accept chain=input comment="allow SSH temporarily" dst-port=22 protocol=tcp

If you add this after the Wireguard rule you should be able to connect.