~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-11-04 15:29:17 UTC
  • mfrom: (2961 +trunk)
  • mto: (2961.1.1 trunk)
  • mto: This revision was merged to the branch mainline in revision 2962.
  • Revision ID: v.ladeuil+lp@free.fr-20071104152917-nrsumxpk3dikso2c
Merge bzr.dev

Show diffs side-by-side

added added

removed removed

Lines of Context:
63
63
 
64
64
Note that ssh servers can be configured to use keys instead of (``user``,
65
65
``password``) and, when used with appropriate agents, provide the same kind of
66
 
comfort this specification aims to provide for all other schemes. Since ssh
67
 
agents provide a safer way to secure the passwords, this specification is
68
 
restricted to providing ``user`` but does not provide ``password``.
 
66
comfort this specification aims to provide for all other schemes. These
 
67
specification do not try to cover these configurations by providing
 
68
pass-phrases, but the mechanisms presented *can* be used to provide users.
69
69
 
70
70
Authentication definitions
71
71
--------------------------
120
120
  * ``password``: can be empty (for security reasons, a user may use the
121
121
    definitions without storing the passwords but want to be prompted ; or the
122
122
    password will be provided by an external plugin via the
123
 
    ``password_encoding`` mechanism decribed below). Must be left empty for
124
 
    ``ssh``.
 
123
    ``password_encoding`` mechanism decribed below).
125
124
 
126
125
  * ``password_encoding``: can be empty (default is ``plaintext``).
127
126