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

FTP and SFTP passwords stored in keychain with incorrect protocol codes #708

Closed
cyberduck opened this issue Aug 25, 2006 · 2 comments
Closed

Comments

@cyberduck
Copy link
Collaborator

14bafee created the issue

Cyberduck 2.6.1 (2376) stores FTP and SFTP passwords in the keychain with protocol constants that are not defined in SecKeychain.h. FTP passwords are stored with a code of 'ftp\000'; the correct code is kSecProtocolTypeFTP # 'ftp ' (with a space instead of a null). SFTP passwords are stored with 'sftp'; the correct code is kSecProtocolTypeSSH'ssh '.

Because of this bug other FTP/SFTP clients (such as Fetch) do not see passwords saved by Cyberduck, and vice-versa.

@cyberduck
Copy link
Collaborator Author

@dkocher commented

http://chenillebedspreads.org

@cyberduck
Copy link
Collaborator Author

@dkocher commented

As of da2a709.

@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.
Projects
None yet
Development

No branches or pull requests

2 participants