Dead simple container for use with Gitlab CI, CircleCI etc. to access SSH hosts secured by password.
- git preinstalled
- lightweight alpine base
- regular updates with renovate
- none
Use as regular image in your CI tool
I needed an util container for accessing servers over ssh using the password in CI when SSH key rotation was more difficult or not possible. To save time in CI created small helper image, that I am now publishing.
I love your input! I want to make contributing to this project as easy and transparent as possible, whether it's:
- Reporting a bug
- Discussing the current state of the configuration
- Submitting a fix
- Proposing new features
- Becoming a maintainer
To get started please read the Contribution Guidelines.
docker run --rm -it timoreymann/sshpass-ci-container
docker build . -t timoreymann/sshpass-ci-container:local