-
Describe the bug To Reproduce Expected behavior Desktop (please complete the following information):
Log Files |
Beta Was this translation helpful? Give feedback.
Replies: 8 comments 4 replies
-
Without a debug log file with a failed connection attempt it's impossible to find the reason. Feel free to anonymize the parts you consider as sensitive although no password or whatsoever are logged. |
Beta Was this translation helpful? Give feedback.
-
We have documentation for possible causes with too many authentication attempts when connecting to an SSH server. We recently made improvements to match the authentication attempt order of OpenSSH |
Beta Was this translation helpful? Give feedback.
-
Hi! Sorry, it took me a while.
Please let me know if you need further information. |
Beta Was this translation helpful? Give feedback.
-
Problem persists in Version 8.5.7 (39535) |
Beta Was this translation helpful? Give feedback.
-
Please make sure to have a
|
Beta Was this translation helpful? Give feedback.
-
I do not understand. I believed the point of providing the key in the configuration is to use that key and not to pick up something from .ssh. Can you please elaborate? I used to keep this specific key separate (and this worked until recently). Also, my .ssh uses a |
Beta Was this translation helpful? Give feedback.
-
We try to imitate the behaviour of the ssh client which also tries any keys available through the ssh-agent before an explicitly specified key ( |
Beta Was this translation helpful? Give feedback.
-
I see. Interestingly, the key provided by
Do I miss something? My .ssh config read as follows:
Though, thanks for pointing to |
Beta Was this translation helpful? Give feedback.
We try to imitate the behaviour of the ssh client which also tries any keys available through the ssh-agent before an explicitly specified key (
-i
option) is tried - unless your~/.ssh/config
contains aIdentitiesOnly yes
entry. You can verify this behaviour by adding-v
to your ssh command. Also refer toman ssh_config
regarding theIdentitiesOnly
setting.In your log file I can see that your ssh-agent has 4 identities configured which are tried before the explicit key.