Connection Issues
Troubleshoot SSH connection problems.
Connection Timeout
Symptoms: Connection hangs and eventually times out.
Possible Causes
- Device is unreachable (network issue)
- Firewall blocking port 22
- Wrong IP address or hostname
Solutions
- Verify device is reachable:
ping <device-ip> - Check firewall rules allow SSH
- Verify correct port (may not be 22)
- Increase connection timeout in session settings
Connection Refused
Symptoms: Immediate "connection refused" error.
Possible Causes
- SSH service not running on device
- Wrong port number
- Access control list blocking your IP
Solutions
- Verify SSH is enabled on the device
- Check the correct port is configured
- Verify your IP is allowed in device ACLs
Key Exchange Failures
Symptoms: "No matching key exchange method" or similar.
Possible Causes
- Old device with outdated SSH algorithms
- Algorithm mismatch between client and server
Solutions
- Enable Legacy Mode in session settings
- This enables older, less secure algorithms for compatibility
Warning
Legacy mode uses weaker encryption. Only use for devices that don't support modern algorithms.