Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

GitKraken failed to start SSH session

Tealk

Platinum Coder
Hello, everybody,

does someone happen to be working with GitKraken and has seen this bug before?

GitKraken denies me pull and push.
Gitbash, as you can see, does that without any problems.

image.png
 
I have set up GitKraken to use the local SSH agent.
1576798613600.png

I find the following very interesting in this context:
1576798654500.png

I can do the pull with GitBash, but GitKraken can't.

Although both access the local ssh client.
The first bug is probably caused by GitKraken using old ciphers.
Code:
## Ciphers (Sep 2019)
# Key exchange algorithms
KexAlgorithms [email protected],diffie-hellman-group-exchange-sha256
# Host-key algorithms
HostKeyAlgorithms ssh-ed25519,ssh-rsa
# Encryption algorithms (ciphers)
Ciphers [email protected],[email protected],[email protected]
# Message authentication code (MAC) algorithms
MACs [email protected],[email protected],[email protected]
 

New Threads

Latest posts

Buy us a coffee!

Back
Top Bottom