From: Ian Jackson Date: Fri, 19 Jun 2020 11:19:39 +0000 (+0100) Subject: README.md: With oot.use=ssh, user may be just username X-Git-Tag: nailing-cargo/1.0.0~149 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=12634e6e28ed72e39be978188da9dbe8671b770e;p=nailing-cargo.git README.md: With oot.use=ssh, user may be just username Signed-off-by: Ian Jackson --- diff --git a/README.md b/README.md index 571cc39..a80739c 100644 --- 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 `@` argument to ssh. + * `ssh`: Use ssh. `user` must be given as well and can be + a username on localhost, or the `@` + argument to ssh. * `command_args`: `command` must be specified as a list, specifying a command and arguments which work like `nice`.