← Back to context Comment by gtirloni 10 days ago Is it possible to add it to ssh-agent once? 3 comments gtirloni Reply capitol_ 9 days ago No, the idea behind yk-backed keys are that part of the secret lives on the yubikey and can't be extracted.So you need to approve the usage of that secret by touching the yubikey. jmholla 9 days ago Well, if it's the same git server using the same SSH key for every repo, can't you still use SSH's ControlMaster to open the connection once and leave it open? noperator 9 days ago Yeah could do. I do this for some SSH hosts but not all.
capitol_ 9 days ago No, the idea behind yk-backed keys are that part of the secret lives on the yubikey and can't be extracted.So you need to approve the usage of that secret by touching the yubikey. jmholla 9 days ago Well, if it's the same git server using the same SSH key for every repo, can't you still use SSH's ControlMaster to open the connection once and leave it open? noperator 9 days ago Yeah could do. I do this for some SSH hosts but not all.
jmholla 9 days ago Well, if it's the same git server using the same SSH key for every repo, can't you still use SSH's ControlMaster to open the connection once and leave it open? noperator 9 days ago Yeah could do. I do this for some SSH hosts but not all.
No, the idea behind yk-backed keys are that part of the secret lives on the yubikey and can't be extracted.
So you need to approve the usage of that secret by touching the yubikey.
Well, if it's the same git server using the same SSH key for every repo, can't you still use SSH's ControlMaster to open the connection once and leave it open?
Yeah could do. I do this for some SSH hosts but not all.