lib/ohai/plugins/ssh_host_key.rb in ohai-8.10.0 vs lib/ohai/plugins/ssh_host_key.rb in ohai-8.11.1
- old
+ new
@@ -26,11 +26,11 @@
[ "dsa", nil ]
when "ssh-rsa"
[ "rsa", nil ]
when /^ecdsa/
[ "ecdsa", content[0] ]
- when 'ssh-ed25519'
- [ 'ed25519', nil ]
+ when "ssh-ed25519"
+ [ "ed25519", nil ]
else
[ nil, nil ]
end
end