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

Why do you start sshd inside zookeeper container? It is a serious security issue. #13

Open
paranoid945 opened this issue Apr 4, 2018 · 2 comments

Comments

@paranoid945
Copy link

CMD /usr/sbin/sshd && bash /usr/bin/start-zk.sh

@stigok
Copy link

stigok commented Jun 5, 2018

I think this is for docker swarm, however, I'm not really sure. Specify a custom command when running the image instead, to avoid starting sshd. Or, even better, build your own image.

command: ["bash", "/usr/bin/start-zk.sh"]

@timstableford
Copy link

Yeeeahhh, super shady. His base image sets up sshd with password-less login on each of his images

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants