~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to doc/developers/authentication-ring.txt

  • Committer: Vincent Ladeuil
  • Date: 2007-10-17 20:47:40 UTC
  • mto: (2961.1.1 trunk)
  • mto: This revision was merged to the branch mainline in revision 2962.
  • Revision ID: v.ladeuil+lp@free.fr-20071017204740-71pnib4rh910c4ss
Make sftp and bzr+ssh aware of authentication config.

* doc/developers/authentication-ring.txt: 
Add a remark about ssh being the scheme used for authentication
for sftp and bzr+ssh.

* bzrlib/transport/ssh.py:
(_paramiko_auth): Add a 'port' parameter. Try the authentication
config before prompting the user.

Show diffs side-by-side

added added

removed removed

Lines of Context:
101
101
``password``).
102
102
 
103
103
  * ``scheme``: can be empty (meaning the rest of the definition can be used
104
 
    for any scheme),
 
104
    for any scheme), ``SFTP`` and ``bzr+ssh`` should not be used here, ``ssh``
 
105
    should be used instead since this is the real scheme regarding
 
106
    authentication,
105
107
 
106
108
  * ``host``: can be empty (to act as a default for any host),
107
109