trying to connect from localhost
ssh <MyLogin>@localhost - connected
trying to connect from another computer in my local network
ssh <Mylogin>@<MyServerLocalIp> - connected
trying to connect from internet
ssh <Mylogin>@<InternetIp> -conection refused (it not appears in my log file)
i'm check 22 port in this site http://www.canyouseeme.org/ - 22 port is open and it appears in my log file
trying use telnet
telnet InternetIp 22 - not connected
but when i'm trying another port
telnet InternetIp 21 - connected