I am using robot framework and sshlibrary to test the ssh login to a remote server.
Here is how the code look like
open_connection_and_login
Open Connection ${OBR_HOST},port=44000
Though robot is trying to make a connection but it is taking port 22 also Thats what logs says as below. Logging into '14.126.66.142,port=44000:22' as 'testk'.
Not sure from where it is picking :22 and appending it. Can any one please tell what i am doing wrong here ?