SFTP upload broken on macOS 27
Author: viktarnikifarauCreated Sep 16, 2026Updated Sep 16, 2026
LabelsT: Bug
Problem
After updating my Mac to macOS 27, Tabby's built-in SFTP file transfer no longer works. The same SSH connection itself still establishes successfully in the terminal, but the SFTP functionality fails. Prior to the macOS update, both SSH and SFTP worked normally.
To Reproduce
- Open Tabby on macOS 27.
- Connect to a remote server via SSH (SFTP is enabled on the server).
- Open the SFTP panel -> attempt to upload file using built-in SFTP.
- Observe that SFTP does not start upload
Environment
- Tabby version: 1.0.235
- OS: macOS 27
- SFTP connection method: Built-in Tabby SFTP panel
- Third-party plugins: Disabled
Log file:
error_handler.ts:45 ERROR Error: Uncaught (in promise): Error: Status(Status { id: 5, status_code: PermissionDenied, error_message: "Permission denied", language_tag: "" }) Error: Status(Status { id: 5, status_code: PermissionDenied, error_message: "Permission denied", language_tag: "" })
Source: Eugeny/tabby