daemonkeeper
daemonkeeper
I've the very same problem. You can workaround this by running a SSH Socks proxy through your proxy machine. e.g. you do something like ``` Host 192.168.0.1 Hostname 192.168.0.1 User...
For now I did opt to monkeypatch paramiko.Transport to fall-back to the older behavior instead of downgrading paramiko, i.e. I did something like ``` class MonkeyPatchedTransport(paramiko.Transport): def __init__(self, *args, **kwargs):...
> I'm also seeing something similar. I upgraded to Macos 15.4 and the app is stuck at "YouTube Music is taking longer than usual to load" Same for me. After...