• nextime's avatar
    Enhance Python implementations with reconnection logic · f7dc5d7f
    nextime authored
    - Add --interval option to both wsssh.py and wsscp.py (default: 30s)
    - Implement automatic WebSocket reconnection during active tunnels
    - Add retry logic for initial connection failures
    - Smart timing: 1-second WebSocket reconnections vs configurable initial setup retries
    - Enhanced connection resilience for both SSH and SCP operations
    - Maintain backward compatibility with existing functionality
    f7dc5d7f
wsssh.py 14.7 KB