Port forwarding SSH is a bit risky, using port 22 itself. Thousands of hackers probe all IP address with SSH, port 22. You will get thousands of login attempts unless you hide SSH better.
One option is to configure your SSH service to use another, unused, port. I sometimes use 22222 or 22123. Then, common probes on port 22 will fail for all those hackers.
In some cases, some routers will do port address translation (PAT), so incoming WAN SSH request on port 22222 gets translated to LAN port 22, allowing you to use SSH with it's default settings internally, but have to use the other port externally (that is how I have by Linux boxes set - my roiuters do PAT)
In all cases, your computer on the LAN that you are SSH'ing to must be at a static LAN IP address, else if it changes due to DHCP, you may not connect. Once you have the static LAN IP address, go into the router and port forward the incoming SSH port (whatever method you use) to the IP of the PC you are trying to connect to...