Skip to content

Support passphrase protected ssh keys #1184

Answered by sassman
rakuten-JO asked this question in Q&A
Discussion options

You must be logged in to vote

Adding the ssh key to ssh-agent should in general work

eval $(ssh-agent)
ssh-add <path-to-your-private-key>
cargo ...

or on mac

eval $(ssh-agent)
ssh-add --apple-use-keychain <path-to-your-private-key>
cargo ...

Replies: 6 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@sassman
Comment options

Answer selected by sassman
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
4 participants
Converted from issue

This discussion was converted from issue #817 on May 02, 2024 14:45.