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

Cant SSH from script #747

Open
ChimorinNL opened this issue May 12, 2024 · 2 comments
Open

Cant SSH from script #747

ChimorinNL opened this issue May 12, 2024 · 2 comments

Comments

@ChimorinNL
Copy link

The docker container doenst include SSH. My scripts use SSH to connect to a machine, then execute a command. Is it possible to add SSH?

@IvanLi-CN
Copy link

I solved this problem by writing my own Dockerfile for adding the ssh client.

FROM bugy/script-server:latest

RUN apt-get update
RUN apt-get install -y openssh-client

@ChimorinNL
Copy link
Author

IvanLi

Thank you! I was able to create it too.

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

2 participants