Hi,
I had a power outage today which stopped my server. After restarting everything seemed fine. Services were all running.
But then I noticed that I get an insane delay when I connect via ssh.
The connection itself is established instantly like always. All OS information are shown in the terminal but I have to wait several minutes so that the CLI itself is fully loaded. It's happening for all my LXCs and Proxmox itself. The strange thing is that if I open the console via the WebUI everything loads instantly, even the CLI.
-----------------------------------------------------------------------
I've found the solution. I use NTFY to notify me in case someone logs in via SSH. Now this NTFY docker container was unhealthy and I guess the system tried several times to send a notification but because the container is broken it always recieves a timeout thus it takes some time to abort the function.
I had a power outage today which stopped my server. After restarting everything seemed fine. Services were all running.
But then I noticed that I get an insane delay when I connect via ssh.
The connection itself is established instantly like always. All OS information are shown in the terminal but I have to wait several minutes so that the CLI itself is fully loaded. It's happening for all my LXCs and Proxmox itself. The strange thing is that if I open the console via the WebUI everything loads instantly, even the CLI.
-----------------------------------------------------------------------
I've found the solution. I use NTFY to notify me in case someone logs in via SSH. Now this NTFY docker container was unhealthy and I guess the system tried several times to send a notification but because the container is broken it always recieves a timeout thus it takes some time to abort the function.
Last edited: