I just installed kernel 7.1.4 (kernel-7.1.4-200.fc44.x86_64) on my Fedora 44, which I use mainly over ssh and it started to drop ssh connections (I can see the corresponding sshd processes being around after I reconnect) and CPU usage spikes on a completely idle system.
There was an ssh update recently (to OpenSSH_10.2p1, OpenSSL 3.5.7 9 Jun 2026), so not sure which one to blame yet.
It could also be a coincidence or something else. Does this PC have more than one network interface? Is it connected via ethernet of wifi? The most common reason of dropped ssh connection I’ve had are instable wifi or bad routing tables, if you do not find anything in the logs (journalctl -u sshd) you may want to post the output of “ip a” and “ip r”.