Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

4.2 version broke SFTP connections #6388

Closed
cyberduck opened this issue Nov 25, 2011 · 10 comments
Closed

4.2 version broke SFTP connections #6388

cyberduck opened this issue Nov 25, 2011 · 10 comments
Assignees
Labels
bug fixed sftp SFTP Protocol Implementation
Milestone

Comments

@cyberduck
Copy link
Collaborator

Luca Bassini created the issue

With version 4.2 it's not possible to connect to SFTP anymore. I just tested and verified it by launching the official 4.1.3 and with this version is possible to connect


Attachments

@cyberduck
Copy link
Collaborator Author

@dkocher commented

What is the error message you get?

@cyberduck
Copy link
Collaborator Author

@dkocher commented

And can you find any related output in the system.log (/Applications/Utilities/Console.app)?

@cyberduck
Copy link
Collaborator Author

38a28fd commented

For me sftp is working. Tested on 9320, Windows. Login is success with password. Login is success with public key, if key size 1024 or 2048. If key size is 4096, login is unsuccess, and no any error messages. With FileZilla, 1024, 2048 and 4096 key size login is works.

@cyberduck
Copy link
Collaborator Author

@dkocher commented

Replying to [comment:3 mikk]:

For me sftp is working. Tested on 9320, Windows. Login is success with password. Login is success with public key, if key size 1024 or 2048. If key size is 4096, login is unsuccess, and no any error messages. With FileZilla, 1024, 2048 and 4096 key size login is works.

I just tested with a 4096 bit key with no issues.

@cyberduck
Copy link
Collaborator Author

38a28fd commented

See attached files, only 1024 and 2048 bit keys works for me, with CD 9320.

@cyberduck
Copy link
Collaborator Author

@dkocher commented

Replying to [comment:6 mikk]:

See attached files, only 1024 and 2048 bit keys works for me, with CD 9320.

I see. I tested with OpenSSH private keys. These are PuTTY keys. This is definitely a different issue than what the original reporter had on OS X where (if at all) he most possibly used OpenSSH keys.

@cyberduck
Copy link
Collaborator Author

38a28fd commented

Replying to [comment:7 dkocher]:

Replying to [comment:6 mikk]:

See attached files, only 1024 and 2048 bit keys works for me, with CD 9320.

I see. I tested with OpenSSH private keys. These are PuTTY keys. This is definitely a different issue than what the original reporter had on OS X where (if at all) he most possibly used OpenSSH keys.

...or he used simple password. If u want, I create new ticket "PuTTY 4096 bit key not working". :)

@cyberduck
Copy link
Collaborator Author

@dkocher commented

Replying to [comment:8 mikk]:

Replying to [comment:7 dkocher]:

Replying to [comment:6 mikk]:

See attached files, only 1024 and 2048 bit keys works for me, with CD 9320.

I see. I tested with OpenSSH private keys. These are PuTTY keys. This is definitely a different issue than what the original reporter had on OS X where (if at all) he most possibly used OpenSSH keys.

...or he used simple password. If u want, I create new ticket "PuTTY 4096 bit key not working". :)

Yes, please create a new ticket for this issue.

@cyberduck
Copy link
Collaborator Author

@dkocher commented

I can replicate the issue now. If there is a default SSH key found in the .ssh directory and the private key is password protected, we will always prompt for the password even if previously logged in successfully using password authentication.

@cyberduck
Copy link
Collaborator Author

@dkocher commented

Disabled login with default keys in 4eb231e.

@iterate-ch iterate-ch locked as resolved and limited conversation to collaborators Nov 26, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug fixed sftp SFTP Protocol Implementation
Projects
None yet
Development

No branches or pull requests

2 participants