SSH hosts, credentials, network topology, connection scripts. Use when asked to SSH, connect to servers, manage remote machines, or query network inventory.
Network inventory and SSH connection details for all managed hosts.
ssh [email protected] # Giratina (PRIMARY)
ssh [email protected] # Talon
ssh [email protected] # Silvally
ssh [email protected] # Hoopa
ssh [email protected] # Victini
# Password: [REDACTED - use SSH keys]
Note: HTTPS works directly now. No Cox ISP blocking, no Xray tunnels needed.
| Node | IP | SSH Port | Status |
|---|---|---|---|
| Giratina (local) | 192.168.1.100 | 22 | ✅ Primary |
| Talon | 192.168.1.7 | 22 | ✅ Open |
| Silvally | 192.168.1.52 |
| 22 |
| ✅ Open |
| Hoopa | 192.168.1.79 | 22 | ✅ Open |
| Victini | 192.168.1.115 | 22 | ✅ Open |
Note: ICMP/Ping blocked on Talon, Hoopa, Victini (but SSH works fine)
| VMID | Name | IP | Service |
|---|---|---|---|
| 102 | CT102 | 192.168.1.181 | Wikipedia API ✅ |
| 103 | FixItAPI | 192.168.1.42 | FixIt API |
| 105 | admin-coder-420 | - | Admin tools |
| 108 | PubMedSearch | 192.168.1.135 | PubMed GPU ⚠️ |
| 122 | arxiv-gpu-pytorch | 192.168.1.76 | ArXiv API ⚠️ |
| 300 | smb-server | 192.168.1.243 | SMB file sharing |
| 400 | built-simple-web | 192.168.1.50 | Website |
| 501 | filesearch | 192.168.1.122 | Elasticsearch |
| VMID | Name |
|---|---|
| 200 | Playground |
| 201 | CT201 |
| 9999 | Template |
| VMID | Name | Status |
|---|---|---|
| 100 | Ubuntu | Stopped |
| IP | Hostname | Purpose |
|---|---|---|
| 161.35.229.93 | n8n.built-simple.ai | n8n workflow automation |
| 64.227.110.115 | - | Cloud VPS |
| 165.232.134.47 | - | Cloud VPS |
Tunnel ID: 0f2c7edc-1d40-4930-916c-2e7d0bbcdbc5
| Hostname | Service |
|---|---|
| pallettown.built-simple.ai | Proxmox UI (127.0.0.1:8006) |
| pubmed.built-simple.ai | 192.168.1.9:5001 ⚠️ stale |
| chatstash.built-simple.ai | 192.168.1.88:5000 ⚠️ stale |
| wiki.built-simple.ai | 192.168.1.181:80 |
| fixitapi.built-simple.ai | 192.168.1.13:5001 ⚠️ stale |
| fixit.built-simple.ai | 192.168.1.13:80 ⚠️ stale |
| arxiv.built-simple.ai | 192.168.1.76:8081 |
Note: Some cloudflared IPs are stale and need updating
Role: Primary development laptop - used to operate and manage the entire Proxmox cluster
| Property | Value |
|---|---|
| Hostname | LAPTOP-FVRA1DSD |
| IP | 192.168.1.34 (when on local network) |
| User | neely |
| OS | Windows 11 Home Build 26100 |
~/websites/~/Scripts/Private: C:\Users\neely\.ssh\id_ed25519
Public: C:\Users\neely\.ssh\id_ed25519.pub
Known: C:\Users\neely\.ssh\known_hosts
Public key:
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJYjYlZYRT+YjpnHz0mfS4RMkDTUCxNoDMURsSIXUVDi neely@LAPTOP-FVRA1DSD
/root/.ssh/id_ed25519
/root/.ssh/id_rsa
/root/.ssh/authorized_keys -> /etc/pve/priv/authorized_keys
| Schedule | Script |
|---|---|
| */5 * * * * | api_health_monitor.sh |
| */5 * * * * | arxiv_api_monitor.sh |
| */5 * * * * | container_health_monitor.sh |
| */5 * * * * | application_health_monitor_v3.sh |
| 0 */2 * * * | backup_sync_offsite.sh |
| 0 6 * * * | backup_sync_large_files.sh |
C:\Users\neely\Scripts\ssh_connect.py - Python SSH with paramikoC:\Users\neely\Scripts\ssh_session.py - Interactive sessionC:\Users\neely\Scripts\ssh_auto.exp - Expect script automation