I am trying to use the Login keyword for a user without a password and it does not seem possible. After a bit of research I could not find an answer.
After
Open Connection | hostname
I tried
Login | ${user} | ${EMPTY}
Login | ${user}
Login | ${user} | ${pass}
Where ${pass} was just declared in the variables table...
To no avail...
I also tried to include the username in the hostname with : user@hostname, but that did not work either.
I know this could be possible with the keyword 'Login With Public Key', however this is not what I'm trying to achieve.
Is there a workaround, or a simple solution that I'm missing ?
Thank you