I noticed you talked about "/etc/ssh/ssh_config" which is for the ssh client (not the server) on linux.
If your client is a linux box you'll need to tell it to use the desired port by changing
# Port 22
to
port 888
(note the pound sign must be removed so that line is not commented out)
On the other hand, the thread talks about putty which is primarily a winblows app, so if you're running putty from a M$ machine, make sure you tell it which port to connect to as well.
If you're still having trouble after that, as a troubleshooting measure, you can telnet to the sshd server port and you should see a banner message appear. From windows, the command is
You should get a response something like