Ssh port change

hi guys need a little help

back resetting openneb up again after virgin uk blackout anyway another story

right i have changed my ssh ports from 22 in my /etc/ssh/ssh_config file to another because to be honest the logs are doing my nut in from 1k plus bf a day to none now so i gotta keep it on my new port to ease the unscrupulous unneeded traffic.

how do i get one cluster to ssh on to the node via my new ssh port as it is trying to connect to the nodes via port 22

Any tips

Solved there was another post here somewhere with the answer had to add the below
to /etc/ssh/ssh_conf and not shhd_conf this had me stumped for a while as i thought all ssh settings were served from sshd file

StrictHostKeyChecking no
UserKnownHostsFile /dev/null
Port <the_port_number_to_connect_to>