/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to breezy/help_topics/en/authentication.txt

  • Committer: Jelmer Vernooij
  • Date: 2020-03-22 01:35:14 UTC
  • mfrom: (7490.7.6 work)
  • mto: This revision was merged to the branch mainline in revision 7499.
  • Revision ID: jelmer@jelmer.uk-20200322013514-7vw1ntwho04rcuj3
merge lp:brz/3.1.

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
 
25
25
Instead of using::
26
26
 
27
 
  brz branch ftp://joe:secret@host.com/path/to/my/branch
 
27
  brz branch sftp://joe:secret@host.com/path/to/my/branch
28
28
 
29
29
you simply use::
30
30
 
31
 
  brz branch ftp://host.com/path/to/my/branch
 
31
  brz branch sftp://host.com/path/to/my/branch
32
32
 
33
33
provided you have created the following ``authentication.conf`` file::
34
34
 
35
35
  [myprojects]
36
 
  scheme=ftp
 
36
  scheme=sftp
37
37
  host=host.com
38
38
  user=joe
39
39
  password=secret