Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: modules/filtermaster/manifests/init.pp

Issue 4865011998523392: Change ssh keys to ecdsa (Closed)
Patch Set: Revert the changes to filterserver Created Nov. 18, 2013, 6:05 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | modules/filterserver/manifests/init.pp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: modules/filtermaster/manifests/init.pp
===================================================================
--- a/modules/filtermaster/manifests/init.pp
+++ b/modules/filtermaster/manifests/init.pp
@@ -49,16 +49,17 @@
source => 'puppet:///modules/private/rsync@easylist-downloads.adblockplus.org.pub'
}
- file {'/etc/ssh/ssh_host_rsa_key':
+ file {'/etc/ssh/ssh_host_ecdsa_key':
require => Package['openssh-server'],
notify => Service['ssh'],
ensure => file,
owner => root,
group => root,
+ mode => 600,
source => 'puppet:///modules/private/filtermaster.adblockplus.org_ssh.key'
}
- file {'/etc/ssh/ssh_host_rsa_key.pub':
+ file {'/etc/ssh/ssh_host_ecdsa_key.pub':
require => Package['openssh-server'],
notify => Service['ssh'],
ensure => file,
« no previous file with comments | « no previous file | modules/filterserver/manifests/init.pp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld