[8.162][QUESTION][ANSWERED] HA utils ssh

Hello Friends !

do i have to use fix ssh  port  (22) while i am running HA ?


if i use standard ssh port 22 i am able to use ha_utils ssh but if i change ssh port 22222 i am not able to use ssh on HA with ha_utils ssh 

when i run:::::  ha_utils ssh

Connecting to slave 198.19.250.2
ssh: connect to host 198.19.250.2 port 22: Connection refused
 asg:/home/login #

same time i am able to run telnet 

 telnet 198.19.250.2 22222
Trying 198.19.250.2...
Connected to 198.19.250.2.
Escape character is '^]'.
SSH-2.0-OpenSSH_5.1



thanks