Feature #2615
openPasswortabfrage bei git push
0%
Description
Hallo,
neuerdings bekomme ich eine Passwortabfrage, wenn ich versuche, wie bisher in meine Repos zu pushen.
Sollte sich das von alleine wieder geben, oder muss ich da irgendetwas machen?
Grüße
kamel5
Updated by kamel5 almost 4 years ago
OK, das Problem liegt an meinem Upgrade von Fedora 32 auf Fedora 33.
Im Moment habe ich noch keine Ahnung was die Ursache dafür ist, den das Push z.B. zu gitlab geht auch weiterhin.
Na mal sehen, ob ich da eine Ursache finde.
Grüße
kamel5
Updated by kamel5 almost 4 years ago
Die Lösung ist doch einfacher als gedacht:
Zitat von www.reddit.com:
"Turns out this is due to new crypto policies in Fedora 33. I believe there is both an easy way and a right way to solve this.
An easy but less-than-secure workaround: add the following to your legacy host(s) in ~/.ssh/config: PubkeyAcceptedKeyTypes=ssh-rsa
A more secure and right option, though, is to generate new keys. In my case, I generated a new ecdsa key with ssh-keygen -t ecdsa which dropbear supports fine, and is more secure.
Because ed25519 is purportedly more secure than ecdsa (but not supported by my dropbear version, apparently), I also generated ssh-keygen -t ed25519"
Da mein Key noch ssh-rsa ist, habe ich erst einmal den einfachen Weg genommen.
Grüße
kamel5