Hello, Since 2 days, I can't send a file via ssh. I get this as an error:
Received disconnect from 216.105.38.21 port 22:2: Too many authentication failures Disconnected from 216.105.38.21 port 22 scp: Connection closed
Hello,
Thank you for reaching out.
If you have many key files, ssh will only try a few of them by default and then stop.
This may be happening. If you run ssh with -v to get more output we can see for sure.
And you can try this in your ~/.ssh/config to tell it use to the right key:
Host shell.sourceforge.net frs.sourceforge.net web.sourceforge.net IdentityFile ~/.ssh/PATH_TO_YOUR_SF_KEY_FILE IdentitiesOnly yes
Sincerely, SourceForge Support
Since it all happened at once, I didn't think about it. It works fine. Thanks
Hi,
Thank you for your feedback With your issue resolved, this ticket will be closed.
Log in to post a comment.
Hello,
Thank you for reaching out.
If you have many key files, ssh will only try a few of them by default and then stop.
This may be happening. If you run ssh with -v to get more output we can see for sure.
And you can try this in your ~/.ssh/config to tell it use to the right key:
Sincerely,
SourceForge Support
Since it all happened at once, I didn't think about it.
It works fine. Thanks
Hi,
Thank you for your feedback
With your issue resolved, this ticket will be closed.
Sincerely,
SourceForge Support