SSH agent based authentication not working since 2025.28 (Linux)
Accessing ssh based git repositories has been broken since version 2025.28. Version 2025.27 on the other hand is able to successfully fetch/push after the appropriate key has been added using ssh-add <path-to-key>. It appears that the latest versions are not able to communicate with the SSH agent anymore.
Running Linux Mint 22.1
Did you set the private key for remote?
Because I have over 70 repositories checked out, that would involve a lot of configuration work. For that reason, I'm instead just relying on the keys being registered in the SSH agent once.
I've reverted the changes about SSH.