DailyBkup Documentation

Self-help reference for backup jobs, cron, cloud destinations, migration checks, and operational troubleshooting.

Documentation / SFTP Server Unreachable

Error: Cannot Reach SFTP Server

Validate host, port, firewall, and container port mapping before retrying SFTP backup destination.

Meaning

Runtime could not establish TCP session to configured SFTP endpoint.

Triage Steps

  1. Re-check host and port values in provider form.
  2. If Docker is involved, use published host port, not container internal port.
  3. Confirm firewall/security group allows inbound SSH/SFTP.
  4. Test reachability using terminal tools from same network context.
Connectivity Check
telnet your-host 22
# or
nc -vz your-host 22