I actually just did this morning. Double check that:
-you entered the port correctly in the list
-you entered the ssh port in the correct configuration variable
in an attempt to be helpful, here is a properly configured configuration line for port 8669 for conf.apf.
Code:
IG_TCP_CPORTS="21,25,53,80,110,143,465,953,993,995,2082,2083,2084,2086,2087,2095,2096,3306,6666,7786,8669"
..remove ports as needed(note that the spaces were added by the forum).
and...for sshd_config:
Code:
# The strategy used for options in the default sshd_config shipped with
# OpenSSH is to specify options with their default value where
# possible, but leave them commented. Uncommented options change a
# default value.
Port 8669
#Protocol 2,1
#ListenAddress 0.0.0.0
#ListenAddress ::
I have tested this and it works -- so it definately works. You may need to double check in case you missed something. After changing the config, I flushed apf and restarted it, as well as restarting sshd.