You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Dear Cyberduck team,
with v7.8.3 I get "too many authentication failures" for a login. v7.7.2 works fine, as does the ssh login via terminal.
The login is configured in the ssh config file and uses a ssh key based login via ssh-agent.
In the ssh config I have to set 'IdentitiesOnly yes', otherwise the server usually rejects a login as there are many keys in my ssh agent.
Is it possible Cyberduck tries all the keys from the ssh-agent which then leads to the "too many authentication failures" at some point?
many TIA
The text was updated successfully, but these errors were encountered:
IdentitiesOnly
Specifies that ssh(1) should only use the authentication identity files configured in the ssh_config files, even if ssh-agent(1) offers more identities. The argument to this keyword must be yes or no. This option is intended for situations where ssh-agent offers many different identities. The default is no.
Dear Cyberduck team,
with v7.8.3 I get "too many authentication failures" for a login. v7.7.2 works fine, as does the ssh login via terminal.
The login is configured in the ssh config file and uses a ssh key based login via ssh-agent.
In the ssh config I have to set 'IdentitiesOnly yes', otherwise the server usually rejects a login as there are many keys in my ssh agent.
Is it possible Cyberduck tries all the keys from the ssh-agent which then leads to the "too many authentication failures" at some point?
many TIA
The text was updated successfully, but these errors were encountered: