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

Unified Diff: modules/filterserver/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
Index: modules/filterserver/manifests/init.pp
===================================================================
--- a/modules/filterserver/manifests/init.pp
+++ b/modules/filterserver/manifests/init.pp
@@ -128,10 +128,10 @@
ensure => present,
require => [
File['/home/rsync/.ssh/known_hosts'],
- File['/home/rsync/.ssh/id_rsa'],
+ File['/home/rsync/.ssh/id_ecdsa'],
User['rsync']
],
- command => 'rsync -e ssh -ltprz --delete rsync@filtermaster.adblockplus.org:. /var/www/easylist/',
+ command => 'rsync -e "ssh -o CheckHostIP=no" -ltprz --delete rsync@filtermaster.adblockplus.org:. /var/www/easylist/',
environment => ['MAILTO=admins@adblockplus.org,root'],
user => rsync,
hour => '*',
« no previous file with comments | « modules/filtermaster/manifests/init.pp ('k') | modules/private-stub/files/filtermaster.adblockplus.org_ssh.key » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld