Fix remote_client param description

pkey param should accept private key and not public

Change-Id: Idbde6af7b574a045941edc92e7224bdd45f9df64
This commit is contained in:
Benny Kopilov 2022-04-21 07:37:31 +03:00
parent 0afd087cba
commit 4db4e51cc9
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@ class RemoteClient(object):
:param ip_address: IP address to ssh to
:param username: Ssh username
:param password: Ssh password
:param pkey: Ssh public key
:param pkey: Ssh private key
:param server: Server dict, used for debugging purposes
:param servers_client: Servers client, used for debugging purposes
:param ssh_timeout: Timeout in seconds to wait for the ssh banner