mirror of
https://github.com/Crosse/resync.git
synced 2026-04-25 04:15:54 +03:00
[GH-ISSUE #12] Cannot use certificates where private key is on a hardware token #1
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/resync#1
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Crosse on GitHub (Oct 28, 2022).
Original GitHub issue: https://github.com/Crosse/resync/issues/12
Originally assigned to: @Crosse on GitHub.
Adding a certificate to your SSH agent requires that the private key be available on-disk. For hardware tokens, where the private key resides only in the token, certificates cannot be added to ssh-agent. (There's an enhancement request for this.) Currently, there is no way to tell
resyncto use a specific public key, which is how you typically get around this issue.