X-Git-Url: https://code.wpia.club/?a=blobdiff_plain;f=manager%2FREADME.md;h=1ee65bfcaf3196b1a3ae65b5ee97af4ed19d78b5;hb=a9ef86e37fe77a728b175831bd7d3d928edd054b;hp=c54e6c2ac4e5839efb430c208cdee0ab6251d7e7;hpb=8394fe84fe377f26fb9fe0bd89db681d2d6f32e4;p=infra.git diff --git a/manager/README.md b/manager/README.md index c54e6c2..1ee65bf 100644 --- a/manager/README.md +++ b/manager/README.md @@ -12,7 +12,6 @@ In the following instruction "this directory" refers to the directory (outside o - create an ssh-key (may have a passphrase) named "vm-key" in this directory - install the public key into the VMs authorized_keys-file (e.g. with `ssh-copy-id`) - create a file named `/config` containing `to=user@vm-connection-info` - (steps 4 and 5 can be executed by script init-vm) 4. connect to this VM and install CI-SSH-Key (generate one named vm-key in this directory) - (optional) disable SSH-Password Auth (in the VM) - (optional; required for CI) disable sudo requiring a password. (in the VM) @@ -22,6 +21,7 @@ In the following instruction "this directory" refers to the directory (outside o 8. run `./setup [fresh]` - `fresh` instructs the script to reset the VM before installing +(Steps 4 and 6 can be guided by the script "init-vm".) Creating a tricks script ------