HOSTS.md: add ssh config
This commit is contained in:
parent
ba9ebcf531
commit
faaf3fdb73
1 changed files with 9 additions and 0 deletions
9
HOSTS.md
9
HOSTS.md
|
@ -37,6 +37,15 @@ This machine is meant as an aarch64 builder for our hydra instance running on bu
|
||||||
- RAM: 24GB
|
- RAM: 24GB
|
||||||
- Drives: 200 GB Block
|
- Drives: 200 GB Block
|
||||||
|
|
||||||
|
## SSH config:
|
||||||
|
|
||||||
|
You will need to set your admin username if it doesn't match your local username.
|
||||||
|
|
||||||
|
```
|
||||||
|
Host *.nix-community.org
|
||||||
|
User <youradminusername>
|
||||||
|
```
|
||||||
|
|
||||||
## Deployment commands:
|
## Deployment commands:
|
||||||
|
|
||||||
```console
|
```console
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue