lfmunoz / devOps

GNU Affero General Public License v3.0
0 stars 0 forks source link

[alpine] document usage of -d #6

Open lfmunoz opened 4 years ago

lfmunoz commented 4 years ago

https://github.com/lfmunoz/docker-images/blob/94f9c8f4dc500c46f382f62807a8a37104c731b3/alpine/Dockerfile#L18

-D When this option is specified, sshd will not detach and does not become a daemon. This allows easy monitoring of sshd.

-d Debug mode. The server sends verbose debug output to standard error, and does not put itself in the background. The server also will not fork and will only process one connection. This option is only intended for debugging for the server. Multiple -d options increase the debugging level. Maximum is 3.