projects
/
mirror
/
dsa-puppet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d3d2cfd
)
Move ServerKeyBits to 1024, the new default in jessie - this only affects version...
author
Peter Palfrader
<peter@palfrader.org>
Sun, 7 Dec 2014 09:41:36 +0000
(10:41 +0100)
committer
Peter Palfrader
<peter@palfrader.org>
Sun, 7 Dec 2014 09:41:36 +0000
(10:41 +0100)
modules/ssh/templates/sshd_config.erb
patch
|
blob
|
history
diff --git
a/modules/ssh/templates/sshd_config.erb
b/modules/ssh/templates/sshd_config.erb
index
9cf0eb8
..
b2d563b
100644
(file)
--- a/
modules/ssh/templates/sshd_config.erb
+++ b/
modules/ssh/templates/sshd_config.erb
@@
-30,7
+30,7
@@
UsePrivilegeSeparation yes
# Lifetime and size of ephemeral version 1 server key
KeyRegenerationInterval 3600
-ServerKeyBits
768
+ServerKeyBits
1024
# Logging
SyslogFacility AUTH