How can I get jenkins-cli.jar to use my ssh agent/

2019-03-20 02:33发布

I'm using the jenkins-cli.jar file from my jenkins server, and on every run it prompts me for my ssh key passphrase. I'd like it to use my ssh keychain so I don't have to enter it on every invocation.

If it matters, I'm on OSX using the default keychain setup, I don't have a manual ssh-agent configured right now.

1条回答
走好不送
2楼-- · 2019-03-20 03:29

Jenkins CLI client does not support SSH agents for now.

As a workaround, you can generate dedicated key without passphrase, associate it with your Jenkins account and instruct client to use that key on every invocation.

查看更多
登录 后发表回答