FAQ
Connection Issues
Connection timeout?
- Verify server address and port
- Test network connectivity (ping the server)
- Check firewall rules for SSH port
- Increase timeout in Settings → Connection
Key authentication failed?
- Ensure public key is in the server's
~/.ssh/authorized_keys - Verify
.sshdirectory is 700,authorized_keysis 600 - Confirm
PubkeyAuthentication yesin sshd_config
Frequent disconnections?
- Configure SSH KeepAlive on the server (
ClientAliveInterval) - Check network stability
- MyShell Terminal auto-reconnects
File Management
Large file uploads are slow?
SFTP speed is limited by network bandwidth. For large inter-server transfers, use SFXP for direct server-to-server transfer.
Cannot change file permissions?
Ensure your SSH user has sufficient permissions, or use sudo.
SFXP Transfer
SFXP transfer failed?
SFXP automatically tries direct mode, then falls back to relay mode. If both fail:
- Ensure both servers are connected
- Verify source file exists and is readable
- Verify target path is writable
Other
Where is data stored?
All configuration data is at %APPDATA%\myshell-terminal\.
How to backup?
Configure backup plans in Settings → Backup, or manually copy the data directory.
Supported operating systems?
Windows 10 (1903+) and Windows 11.