source: projects/specs/trunk/o/openssh/sshd.sysconfig @ 3587

Revision 3587, 438 bytes checked in by daisuke, 13 years ago (diff)

openssh: update sshd.init

Line 
1# Configuration file for the sshd service.
2
3# The server keys are automatically generated if they ommited
4# to change the automatic creation uncomment the approprite
5# line.
6
7# AUTOCREATE_SERVER_KEYS=RSAONLY
8# AUTOCREATE_SERVER_KEYS=NO
9AUTOCREATE_SERVER_KEYS=YES
10
11# Do not change this option unless you have hardware random
12# generator and you REALLY know what you are doing/
13
14export SSH_USE_STRONG_RNG=0
15# export SSH_USE_STRONG_RNG=1
16 
Note: See TracBrowser for help on using the repository browser.