Posts tagged "sftp on docker"

Docker SFTP Port Works on localhost but Times Out from Outside (Debian 12 + ferm + Linode NAT)

I hit a classic “it must be Docker” moment. This post documents what was actually happening and the minimal, correct fix. The setup Symptom, “Local open, remote timeout” On the server: Everything looked correct: Docker was listening on 0.0.0.0:22222, and localhost could connect. But from outside, connections to port 22222 timed out. First principle, don’t… Continue reading