16 lines
452 B
Markdown
16 lines
452 B
Markdown
# Infrastructure Access
|
|
# Connection details and references. Secrets live in .env (gitignored).
|
|
|
|
## Servers
|
|
| Name | IP / Host | SSH User | Port | Notes |
|
|
|------------|-------------------|----------|------|--------------|
|
|
| primary | 159.195.60.33 | root | 22 | main server |
|
|
|
|
## SSH Quick Reference
|
|
```
|
|
ssh root@159.195.60.33
|
|
```
|
|
|
|
## Secrets
|
|
All tokens, passwords, and API keys go in `.env` — never in this file.
|