forked from Deuxfleurs/nixcfg
Add hint about ssh_config
This commit is contained in:
parent
5f08713dfb
commit
fdc50fdcfd
1 changed files with 1 additions and 0 deletions
|
@ -33,6 +33,7 @@ Basically:
|
||||||
- To get your node's wg public key, you must run `./deploy_prod prod <node>`, see the next section for more information
|
- To get your node's wg public key, you must run `./deploy_prod prod <node>`, see the next section for more information
|
||||||
- Add your nodes to `cluster/prod/ssh_config`, it will be used by the various SSH scripts.
|
- 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`
|
- 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
|
## How to deploy a Nix configuration on a fresh node
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue