I have these needs from time to time in the web container:
- ssh to a server from inside the web container
- Use git to a private repository inside the web container
- Use rsync (like
ddev drush rsync
) - Use
ddev composer
with access to private repositories
So how can I get my keys into the container?