To be able to administrate my OpenWRT router from Internet I need to open the ssh port on the Wan interface.
It is real simple, just add to following to /etc/config/firewall:
#open ssh on wan interface
config rule
option src wan
option dest_port 22
option target ACCEPT
option proto tcp
And restart the firewall:
#/etc/init.d/firewall restart