We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 413ea9a commit 9fb7658Copy full SHA for 9fb7658
examples/example.site.yml
@@ -53,7 +53,9 @@
53
# must be omitted for local sites, as this option controls various
54
# operations, such as whether or not rsync parameters are for local or
55
# remote machines, and so on.
56
-# - 'user': The username to log in as when using ssh or rsync.
+# - '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.
59
# - 'root': The Drupal root; must not be specified as a relative path.
60
# - 'uri': The value of --uri should always be the same as
61
# when the site is being accessed from a web browser (e.g. http://example.com)
0 commit comments