blob: 33f11ced9e51343272a6791c7a5545fdf5e81cb2 [file] [log] [blame]
Julia Kregera6614d32023-02-02 08:24:51 -08001---
2features:
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.