From 2dc71896ef668e298ff1305d66528b588c7d3943 Mon Sep 17 00:00:00 2001 From: einsweniger Date: Mon, 16 Mar 2015 13:55:26 +0000 Subject: [PATCH] --- doc/bugs/android_ed25519_algorithm.mdwn | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 doc/bugs/android_ed25519_algorithm.mdwn diff --git a/doc/bugs/android_ed25519_algorithm.mdwn b/doc/bugs/android_ed25519_algorithm.mdwn new file mode 100644 index 0000000000..c32be4e899 --- /dev/null +++ b/doc/bugs/android_ed25519_algorithm.mdwn @@ -0,0 +1,12 @@ +### Please describe the problem. +Openssh was not compiled to support ed25519 algorithm + +### What steps will reproduce the problem? +only enable ed25519 on server and try to connect via ssh. +fails with "no hostkey alg" + +### What version of git-annex are you using? On what operating system? +5.20150219-gd24cfd3, Android 5.0.1 + +regards, +David