Files
infra-phytron/server/phy-z-dmz-sftp01/README.md
T
CubelaPetarandClaude Fable 5 277f378fb8 Fix stale sftp IP, ansible.cfg keys, drop dead shutdown playbook
- sftp IP 192.168.99.68 in CLAUDE.md and server README (DMZ move)
- ansible.cfg: ansible_python_interpreter is a host var, moved to
  group_vars/all.yml; [ssh_connections] -> [ssh_connection] so
  pipelining actually applies
- remove playbooks/shutdown.yml (targeted nonexistent k3s_cluster group)

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-14 10:30:43 +02:00

19 lines
407 B
Markdown

# phy-z-dmz-sftp01
SFTP server in the DMZ for file exchange with external partners.
| | |
| - | - |
| IP | 192.168.99.68 |
| Ansible group | `phy_z_dmz_sftp01` |
| Status | configured |
## Services
- SFTP access for external users
- SSH password authentication is disabled (key-only), see `ansible/group_vars/phy_z_dmz_sftp01.yml`
## Runbooks
- [Add a new SFTP user](manuals/20260204-add-new-user.md)