Did you know you are exposing your identity for each "permission denied" error? SSH repeatedly tries all of your public keys to authenticate. Someone was able to harvest that and figure multiple github profiles of the client in past.
IdentitiesOnly yes
SendEnv LANG LC_ALL
ForwardAgent no
ForwardX11 no
ForwardX11Trusted no
# [snip]
#
Host devzat chat
Hostname devzat.hackclub.com
Port 22
User test
IdentityFile ~/.ssh/.id_devzat
LogLevel VERBOSE
Verbose to see debug if you are having issues.
If one needed to temporarily use the old key for a site until it is changed to a site-unique key, then