| Julia Kreger | a6614d3 | 2023-02-02 08:24:51 -0800 | [diff] [blame] | 1 | --- | 
|  | 2 | features: | 
|  | 3 | - | | 
|  | 4 | Adds a ``ssh_allow_agent`` parameter to the ``RemoteClient`` class | 
|  | 5 | wrapper and the direct ssh ``Client`` class to allow a caller to | 
|  | 6 | explicitly request that the SSH Agent is not consulted for | 
|  | 7 | authentication. This is useful if your attempting explicit password | 
|  | 8 | based authentication as ``paramiko``, the underlying library used for | 
|  | 9 | SSH, defaults to utilizing an ssh-agent process before attempting | 
|  | 10 | password authentication. |