Skip to content

Commit 9fb7658

Browse files
committed
Document how to deal with dynamic usernames in a site.yml file.
1 parent 413ea9a commit 9fb7658

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

examples/example.site.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,9 @@
5353
# must be omitted for local sites, as this option controls various
5454
# operations, such as whether or not rsync parameters are for local or
5555
# remote machines, and so on.
56-
# - 'user': The username to log in as when using ssh or rsync.
56+
# - 'user': The username to log in as when using ssh or rsync. If each user
57+
# has to use own username, omit this item and instead specify that user in
58+
# each user's ~/.ssh/config file.
5759
# - 'root': The Drupal root; must not be specified as a relative path.
5860
# - 'uri': The value of --uri should always be the same as
5961
# when the site is being accessed from a web browser (e.g. http://example.com)

0 commit comments

Comments
 (0)