From 0574c47e5f8da0e3cb68af0aa4ffe1775c94cad7 Mon Sep 17 00:00:00 2001 From: Quentin Dufour Date: Sun, 16 Oct 2022 14:45:57 +0200 Subject: [PATCH] Add hint about ssh_config --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4975527..7220fa4 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,7 @@ Basically: - To get your node's wg public key, you must run `./deploy_prod prod `, see the next section for more information - Add your nodes to `cluster/prod/ssh_config`, it will be used by the various SSH scripts. - If you use `ssh` directly, use `ssh -F ./cluster/prod/ssh_config` + - Add `User root` for the first time as your user will not be declared yet on the system ## How to deploy a Nix configuration on a fresh node