summaryrefslogtreecommitdiff
path: root/docs/platform/known-issues.md
diff options
context:
space:
mode:
authorvarac <varacanero@zeromail.org>2013-09-05 12:56:06 +0200
committervarac <varacanero@zeromail.org>2013-09-05 12:56:06 +0200
commit42b676eabd871bc54c51eb6b5230b3eff8dcf771 (patch)
treee403c7993f951de7d9eefd9e324912023077202e /docs/platform/known-issues.md
parentc82d3f8ffd30cdb59e4b0082e2627a3e5322b07b (diff)
added issue for missing ecdsa hostkeys
Diffstat (limited to 'docs/platform/known-issues.md')
-rw-r--r--docs/platform/known-issues.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/platform/known-issues.md b/docs/platform/known-issues.md
index abd2808..0ce3f2e 100644
--- a/docs/platform/known-issues.md
+++ b/docs/platform/known-issues.md
@@ -43,6 +43,10 @@ HostKey /etc/ssh/ssh_host_ecdsa_key and that file exists. If you made a change t
. leap add-user --self allows only one key - if you run that command twice with different keys, you will just replace the key with the second key. To add a second key, add it manually to files/ssh/authorized_keys (see: https://leap.se/code/issues/866)
+. Missing ECDSA host key: if you upgraded from Debian squeeze to wheezy, your server might not have an ECDSA host key configured. leap node init will fail with
+ `FAILED ssh-keyscan: no hostkey alg (must be missing an ecdsa public host key)`
+ You can solve this easily with `dpkg-reconfigure openssh-server` on your server.
+
Deploying
---------