Revision dd8b8dd7 ncclient/transport/ssh.py

b/ncclient/transport/ssh.py
147 147
        the publickey authentication method and then password authentication.
148 148

  
149 149
        To disable attemting publickey authentication altogether, call with
150
        *allow_agent* and *look_for_keys* as :const:`False`. This may be needed
151
        for Cisco devices which immediately disconnect on an incorrect
152
        authentication attempt.
150
        *allow_agent* and *look_for_keys* as :const:`False`.
153 151

  
154 152
        :arg host: the hostname or IP address to connect to
155 153
        :type host: `string`

Also available in: Unified diff