Menu

#26254 Impossible to send file

closed
nobody
None
lineageos-raphael
2024-10-28
2024-10-28
albata
No

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

Discussion

  • SourceForge Support

    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

     
  • albata

    albata - 2024-10-28

    Since it all happened at once, I didn't think about it.
    It works fine. Thanks

     
  • SourceForge Support

    • status: open --> closed
     
  • SourceForge Support

    Hi,

    Thank you for your feedback
    With your issue resolved, this ticket will be closed.

    Sincerely,
    SourceForge Support

     

Log in to post a comment.

MongoDB Logo MongoDB