Florian Zschocke

Results 99 comments of Florian Zschocke

I would prefer to not add a second option and expose the ambiguity of Java SSL in this case. I could imagine that the existing option is converted from a...

Well, I had opted for the first one now, in the spirit of keeping backward compatibility. The three new values are `required`, `optional` and `none`. I did this so that...

Do you push via SSH? What does your `git remote -v` show?

Have you tried if you can use SSH against the server? `ssh -l username -i .ssh/id_rsa -p 29418 servername.com`

Thank you for looking into this. But you see your key under SSH keys in your profile? Or is it the same as in #1415.

You are running this on z/OS. I guess you may have followed Henri Kuiper's HowTo? Maybe you are using a different JVM than he did?

I am very much suspecting this is a duplicate of #1415? Running from a container?

You are probably using the latest version of OpenSSH, e.g. 8.8. OpenSSH has removed ssh-rsa from its defaults. As a workaround you can enable it in your SSH client. For...

Which SSH are you using and on what OS version?