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

PKCS for SFTP Authentication #9318

Closed
cyberduck opened this issue Feb 29, 2016 · 1 comment
Closed

PKCS for SFTP Authentication #9318

cyberduck opened this issue Feb 29, 2016 · 1 comment
Labels
duplicate enhancement sftp SFTP Protocol Implementation

Comments

@cyberduck
Copy link
Collaborator

f0de763 created the issue

Many of use PKCS (Also known as a PIV card) for SSH access to secure systems. Instead of the private key being stored as a file, it is on a hardware token.

This is very easy to do for both SSH and SFTP from the command line. Example of working commands on OSX:

ssh  -I /usr/local/lib/opensc-pkcs11.so user@example.com<br />

sftp -o "SmartcardDevice=/usr/local/lib/opensc-pkcs11.so" user@example.com

It would be VERY helpful if this type of authentication was possible using Cyberduck.

@cyberduck
Copy link
Collaborator Author

@dkocher commented

Duplicate for #8401.

@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
duplicate enhancement sftp SFTP Protocol Implementation
Projects
None yet
Development

No branches or pull requests

1 participant