Ssh login user with no password

Have you tried the ${EMPTY} variable from Built-in variables?

Open Connection    ${host}
Login              ${username}    ${EMPTY}

I don’t know if it’ll work, but worth a try.

Dave.