chiark / gitweb /
README.md: With oot.use=ssh, user may be just username
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Fri, 19 Jun 2020 11:19:39 +0000 (12:19 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Fri, 19 Jun 2020 11:19:39 +0000 (12:19 +0100)
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
README.md

index 571cc39a40e61f4884b1b5067a66a10be4204b5f..a80739cfe19dbcee2a12328dd5586828f4328894 100644 (file)
--- a/README.md
+++ b/README.md
@@ -131,8 +131,9 @@ The primary config keys here are:
   * `use`: How to become the build user.  Needs to be combined
     with other setting(s):
 
-    * `ssh`: Use ssh.  `user` must be given as well and is
-       the `<user>@<host>` argument to ssh.
+    * `ssh`: Use ssh.  `user` must be given as well and can be
+       a username on localhost, or the `<user>@<host>`
+       argument to ssh.
 
     * `command_args`: `command` must be specified as a list,
        specifying a command and arguments which work like `nice`.