This patch makes sure we detect whether the running system has an openssh version that supports multiple hash algorithms. If it does, it forces it to use the MD5 one.
Fixes: #3106 Signed-off-by: Patrick Uiterwijk puiterwijk@redhat.com
Let's move that line into the if _is_valid_ssh_key... ie: closer to where it's being set
rebased onto 73606a14f77779010edf54ea6d3b48a12b130a34
Thanks :)
Tests have all passed, let's merge :)
Pull-Request has been merged by pingou
This patch makes sure we detect whether the running system has
an openssh version that supports multiple hash algorithms.
If it does, it forces it to use the MD5 one.
Fixes: #3106
Signed-off-by: Patrick Uiterwijk puiterwijk@redhat.com