Right now I only get
debug2: host key algorithms: ssh-rsa,ssh-dss
from gitblit SSHD.
Fedora 33 has changed, it will not accept ssh-rsa (from the server) anymore:
debug1: Offering public key: /home/XXXX/.ssh/id_rsa RSA SHA256:XXXXXXXXXXXXXX agent
debug1: send_pubkey_test: no mutual signature algorithm
Workaround: Set this in .ssh/config:
Host HOSTNAME
PubkeyAcceptedKeyTypes +ssh-rsa
I think SSHD is capable of newer host key sigs