SFTP subsystem request failed
Why SFTP subsystem requests fail and how to configure SSH servers correctly.
Diagnose this automatically
Verify whether authentication is the actual failure point.
Shareable output
Prefer the browser? Run the same check on the homepage.
This error occurs when the SSH server does not have the SFTP subsystem configured.
Common causes
- SFTP subsystem not enabled in sshd_config
- Incorrect path to sftp-server
- SSH server misconfiguration
Fix checklist
- Verify Subsystem sftp entry in sshd_config.
- Restart the SSH service.
- Ensure sftp-server binary exists.
Related
- SFTP permission denied — Why SFTP returns permission denied errors and how to fix file or directory permissions.
- SFTP host key verification failed — Why SSH host key verification fails and how to resolve known_hosts conflicts.
- SFTP authentication failed — Why SFTP authentication fails and how to fix password or SSH key issues.
- SFTP key authentication required — Why SFTP servers require SSH key authentication and how to configure keys correctly.
- Authentication failed — Why FTP/SFTP authentication fails and how to correct credential, key, and account policy issues.
- SFTP directory listing failed — Why SFTP connects but cannot list directories, and how to fix path, permissions, and chroot issues.
Diagnostics powered by FTPMonitor CLI