I'm trying to understand what I'm seeing in my SSH log file so that I can best defend against the bad guys. Particularly interested in understanding the number listed after "port" in the log. Here is a sample from my log file
Mar 30 00:05:16 server sshd[11067]: Failed password for root from 124.228.136.143 port 54381 ssh2
Mar 30 00:05:21 server sshd[11067]: Failed password for root from 124.228.136.143 port 54381 ssh2
Mar 30 01:00:53 server sshd[32193]: Accepted password for root from 192.168.3.3 port 50087 ssh2
I have changed my SSH to run on a non-standard port. The first two fail SSH attempts are from an unknown source (not any of my IP addresses), the third success is a login from me. However the number listed after "port" in the log is not the port number that SSH responds to on the server....so what is this number?