Dear all: I and my team have meet a question when we add ssh key that from git bash to Gerrit: our input code is : ssh-keygen -t rsa -C "xxx" and when we add ~/.ssh/id_rsa.pub to Gerrit,the error log is : The authenticity of host '[x.x.x.x]:port (ip:port)' can't be established. *ED25519* key fingerprint is SHA256:wnB29ySBr3fHVkh8c9d84p0zzdpBw64tscsqJLa2N+M. This key is not known by any other names Are you sure you want to continue connecting (yes/no/[fingerprint])? yes Warning: Permanently added 'gerrit_ip:port' (ED25519) to the list of known hosts. username@gerrit_ip: Permission denied (publickey).
*our version of git bash is :2.33.1version of Gerrit is :3.4.1* but ,when I change my git bash from 2.33.1 to 2.18.0,there is no same error,and I can connect to Gerrit successfully. I want to know if there are some configuration in the newst git bash for ssh key,thanks for any replies. Wish you happiness~ -- You received this message because you are subscribed to the Google Groups "Git for human beings" group. To unsubscribe from this group and stop receiving emails from it, send an email to git-users+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/git-users/66e66727-1408-4ae4-b5ab-e455b7d21466n%40googlegroups.com.