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.
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 unlockkeyfile
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.