We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents aad7222 + e98397c commit 70a215aCopy full SHA for 70a215a
main.go
@@ -111,6 +111,7 @@ func processCommand() int {
111
// override default ssh-agent socket
112
os.Setenv("SSH_AUTH_SOCK", agent.SocketFile())
113
log.Debugf("set SSH_AUTH_SOCK to %q\n", agent.SocketFile())
114
+ sshClient.PrependArgs([]string{"-o", "IdentityAgent=SSH_AUTH_SOCK"})
115
116
case "sign":
117
signedKey, err := vaultClient.SignKey(sshClient.User)
0 commit comments