Skip to content

Commit

Permalink
80-col tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
bitprophet committed Sep 22, 2014
1 parent 6e3936d commit be220e3
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions paramiko/transport.py
Original file line number Diff line number Diff line change
Expand Up @@ -960,10 +960,14 @@ def connect(self, hostkey=None, username='', password=None, pkey=None,
:param .PKey pkey:
a private key to use for authentication, if you want to use private
key authentication; otherwise ``None``.
:param str gss_host: The targets name in the kerberos database. default: hostname
:param bool gss_auth: ``True`` if you want to use GSS-API authentication
:param bool gss_kex: Perform GSS-API Key Exchange and user authentication
:param bool gss_deleg_creds: Delegate GSS-API client credentials or not
:param str gss_host:
The target's name in the kerberos database. Default: hostname
:param bool gss_auth:
``True`` if you want to use GSS-API authentication.
:param bool gss_kex:
Perform GSS-API Key Exchange and user authentication.
:param bool gss_deleg_creds:
Whether to delegate GSS-API client credentials.
:raises SSHException: if the SSH2 negotiation fails, the host key
supplied by the server is incorrect, or authentication fails.
Expand Down

0 comments on commit be220e3

Please sign in to comment.