16 lines
503 B
Markdown
16 lines
503 B
Markdown
# Infrastructure Access
|
|
# Connection details reference. All values live in `.env` (gitignored).
|
|
|
|
## Servers
|
|
| Name | Host Var | User Var | Port Var | Notes |
|
|
|------------|----------------|----------------|----------------|--------------|
|
|
| primary | `SSH_HOST` | `SSH_USER` | `SSH_PORT` | main server |
|
|
|
|
## SSH Quick Reference
|
|
```
|
|
ssh $SSH_USER@$SSH_HOST -p $SSH_PORT
|
|
```
|
|
|
|
## Secrets
|
|
All values live in `.env` — never hardcode credentials in this file.
|