sshd.sysconfig 438 B

12345678910111213141516
  1. # Configuration file for the sshd service.
  2. # The server keys are automatically generated if they ommited
  3. # to change the automatic creation uncomment the approprite
  4. # line.
  5. # AUTOCREATE_SERVER_KEYS=RSAONLY
  6. # AUTOCREATE_SERVER_KEYS=NO
  7. AUTOCREATE_SERVER_KEYS=YES
  8. # Do not change this option unless you have hardware random
  9. # generator and you REALLY know what you are doing/
  10. export SSH_USE_STRONG_RNG=0
  11. # export SSH_USE_STRONG_RNG=1