[Cyberduck-trac] [Cyberduck] #9318: PKCS for SFTP Authentication

Cyberduck trac at trac.cyberduck.io
Mon Feb 29 17:06:21 UTC 2016


#9318: PKCS for SFTP Authentication
-------------------------+--------------------------
 Reporter:  noah977      |         Owner:
     Type:  enhancement  |        Status:  closed
 Priority:  normal       |     Milestone:
Component:  sftp         |       Version:  4.8
 Severity:  normal       |    Resolution:  duplicate
 Keywords:               |  Architecture:
 Platform:               |
-------------------------+--------------------------
Changes (by dkocher):

 * status:  new => closed
 * resolution:   => duplicate
 * component:  core => sftp


Old description:

> 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 at example.com[[BR]]
>
> sftp -o "SmartcardDevice=/usr/local/lib/opensc-pkcs11.so"
> user at example.com
>
> It would be VERY helpful if this type of authentication was possible
> using Cyberduck.

New description:

 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 at example.com[[BR]]

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


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

--

Comment:

 Duplicate for #8401.

-- 
Ticket URL: <https://trac.cyberduck.io/ticket/9318#comment:1>
Cyberduck <https://cyberduck.io>
Libre FTP, SFTP, WebDAV, S3 & OpenStack Swift browser for Mac and Windows


More information about the Cyberduck-trac mailing list