Skip to content

Commit

Permalink
Clarify wording for ignore_encrypted client connection option
Browse files Browse the repository at this point in the history
  • Loading branch information
ronf committed Aug 9, 2022
1 parent 004799e commit 3be488d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion asyncssh/connection.py
Original file line number Diff line number Diff line change
Expand Up @@ -6491,7 +6491,7 @@ class SSHClientConnectionOptions(SSHConnectionOptions):
are already loaded, this argument is ignored.
:param ignore_encrypted: (optional)
Whether or not to ignore encrypted keys when no passphrase is
specified. This defaults to `True` for keys specified via
specified. This defaults to `True` when keys are specified via
the IdentityFile config option, causing encrypted keys in the
config to be ignored when no passphrase is specified. Note
that encrypted keys loaded into an SSH agent can still be used
Expand Down

0 comments on commit 3be488d

Please sign in to comment.