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

SSH transport #291

Open
rakshith-ravi opened this issue Apr 21, 2021 · 1 comment
Open

SSH transport #291

rakshith-ravi opened this issue Apr 21, 2021 · 1 comment

Comments

@rakshith-ravi
Copy link
Contributor

Instead of exposing a TCP socket from docker to the network to remotely manage, it'd be nice to be able to SSH into the machine and run the commands we need to run.

The docker cli allows us to do this using the -H ssh://user@hostname command line flag.

It would be nice to have an SSH transport option in shiplift as well.

I'd be happy to implement this, but I have no clue where to start. Any guidance would be helpful

@matthiasbeyer
Copy link
Collaborator

Hm, this is really a nice idea, but I'm not sure whether it is doable. In my companies project, we tunnel the docker socket via SSH and then use the socket to connect to the remote docker instances. That works reasonably well for now.

That said, TCP seems to be the preffered way, but if you can mock something together I'll surely have a look at it!

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