yanne / api-test

0 stars 0 forks source link

Login problem with the keyword With Public Key without password #40

Closed yanne closed 10 years ago

yanne commented 10 years ago

According to documentation:

Logs into SSH server with given information using key-based authentication. username is the username on the remote system. keyfile is a path to a valid OpenSSH private key file. password is used to unlock keyfile if unlocking is required.

if unlocking si not required: Keyword 'SSHLibrary.Login With Public Key' expected 3 arguments, got 2.

This issue was originally opened at Google Code on Jan 10, 2012.

yanne commented 10 years ago

Original comment by jrvi...@gmail.com on Jan 10, 2012.

It's been my mistake, please close the issue.

I use:

|| Login With Public Key | user | c:/key | ${EMPTY} ||