Change ssh Port on Yun

Is there a way to change the ssh port on the Yun?

My internal network is not set up on the normal port 22 and I need to change it on the Yun in order to remote into it.

Any ideas, suggests?

Thanks

Scott

Yun use dropbear for ssh server.

uci set dropbear.@dropbear[0].Port=2222
uci commit dropbear
/etc/init.d/dropbear restart

change from port 22 to port 2222.

Thanks for the info. Sorry for the long time in between posts.

S