Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Document how to use jenkins/ssh-agent Docker image #966

Merged
merged 1 commit into from
May 26, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,8 @@ for the Docker image to be used:
injected in container on startup, you don't need any credential set
as long as you use standard openssl sshd.
![](docs/images/connect-with-ssh.png)
When using the `jenkins/ssh-agent` Docker image, ensure that the user
is set to `jenkins`.
For backward compatibility *or* non-standard sshd packaged in your
docker image, you also have option to provide manually configured
ssh credentials
Expand Down