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

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

Issue 5785509448122368: Issue 2588 - Provide correct key types in /etc/ssh/ssh_known_hosts (Closed)
Patch Set: Created May 26, 2015, 3:32 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: modules/base/manifests/init.pp
===================================================================
--- a/modules/base/manifests/init.pp
+++ b/modules/base/manifests/init.pp
@@ -83,7 +83,7 @@
@sshkey {$name:
name => $name_key,
key => $ssh_public_key,
- type => ssh-rsa,
+ type => 'ecdsa-sha2-nistp256',
host_aliases => $ip,
tag => 'base::explicit_host_record',
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld