Closed alkim0 closed 2 years ago
Thanks for your issue.
I would be willing to add these parameters to the default sshd_config
, but you can still mount your own config into the container like this:
volumes:
- path/to/sshd_config:/etc/ssh/sshd_config:ro
Doh! Good point.
Thanks for your work. I use it all the time.
It would be nice to have a way to specify
sshd_config
options to follow the recommendation in the borg documentation. If it undesirable to add generalsshd_config
options, just having a way to specify:would be good.
Thanks.