FTPMonitor / Guides / SFTP connection timeout

SFTP connection timeout

Why SFTP connections timeout and how to troubleshoot firewall or network issues.

Diagnose this automatically

Test whether the network port is reachable before investigating authentication problems.

terminal
npx ftpmonitor check --protocol sftp --host sftp.example.com --port 22
Shareable output
terminal
npx ftpmonitor check --protocol sftp --host sftp.example.com --port 22 --format slack --copy

Prefer the browser? Run the same check on the homepage.

SFTP timeouts occur when the SSH connection cannot be established or the server does not respond.

Common causes

  • Firewall blocking port 22
  • Server unreachable
  • Incorrect hostname

Fix checklist

  1. Verify SSH service is running.
  2. Check firewall rules for port 22.
  3. Confirm DNS resolution.
Related
Diagnostics powered by FTPMonitor CLI