sshd.conf 94 B

12345
  1. [program:sshd]
  2. command=/usr/bin/sshd -D -4 -p 10022
  3. autostart=true
  4. autorestart=true
  5. user=root