Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
bitprophet committed Sep 13, 2017
1 parent 38605d4 commit de7804e
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions paramiko/client.py
Expand Up @@ -292,9 +292,10 @@ def connect(
:param bool gss_deleg_creds: Delegate GSS-API client credentials or not
:param str gss_host:
The targets name in the kerberos database. default: hostname
:param bool gss_trust_dns: Indicates whether or not the DNS is trusted to
securely canonicalize the name of the host being
connected to (default ``True``).
:param bool gss_trust_dns:
Indicates whether or not the DNS is trusted to securely
canonicalize the name of the host being connected to (default
``True``).
:param float banner_timeout: an optional timeout (in seconds) to wait
for the SSH banner to be presented.
:param float auth_timeout: an optional timeout (in seconds) to wait for
Expand Down

0 comments on commit de7804e

Please sign in to comment.