-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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 option does not work in wp-cli container #621
Comments
Correct -- using SSH inside a container is a bit unique. Can you describe the use case in a bit more detail? |
Thanks for getting back to me so quickly. |
I appreciate the added detail. The reason I'm still hesitant is because using even just the SSH client inside a container is pretty complex, especially since you'll ideally be using key-based authentication, so you need to get the (private!) keys from your host into the container in precisely the right place for them to get picked up, so it's fiddly enough that it seems pretty reasonable to expect users who need that to install |
Yeah, good point. |
I have tried running wp with the
--ssh
option onwordpress:cli-2-php7.4
I get an error that basically says that ssh cannot be found.
So, I assume ssh is not installed for that image.
The text was updated successfully, but these errors were encountered: