Alex Sigal - 2015-06-23

I need to open ssh connection on different port (not 22).
For this purpose i added <port>50</port> to sut. Also add
cliConnection.setPort(50);
before
cliConnection.init();

But it doesn't work.
Please help.
Thanks