You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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