summaryrefslogtreecommitdiff
path: root/docs/platform/known-issues.md
diff options
context:
space:
mode:
authorvarac <varacanero@zeromail.org>2013-09-27 11:53:14 +0200
committervarac <varacanero@zeromail.org>2013-09-27 11:53:14 +0200
commit70d14b86fff9c0f249ab45bfd474f98f909ed10b (patch)
treefb8ae287088cb718d5bf7444cbca52db1fdbf9ce /docs/platform/known-issues.md
parent496c5c9442d6c2ec37cddd0f66b433a7cb2302fc (diff)
removed false link
Diffstat (limited to 'docs/platform/known-issues.md')
-rw-r--r--docs/platform/known-issues.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/platform/known-issues.md b/docs/platform/known-issues.md
index 5343556..960eaad 100644
--- a/docs/platform/known-issues.md
+++ b/docs/platform/known-issues.md
@@ -36,7 +36,7 @@ User setup and ssh
. At the moment, only ECDSA ssh host keys are supported. If you get the following error: `= FAILED ssh-keyscan: no hostkey alg (must be missing an ecdsa public host key)` then you should confirm that you have the following line defined in your server's **/etc/ssh/sshd_config**: `HostKey /etc/ssh/ssh_host_ecdsa_key`. If that file doesn't exist, run `ssh-keygen -t ecdsa -f /etc/ssh/ssh_host_ecdsa_key -N ""` in order to create it. If you made a change to your sshd_config, then you need to run `/etc/init.d/ssh restart` (see: https://leap.se/code/issues/2373)
-. To remove an admin's access to your servers, please remove the directory for that user under the `users/` subdirectory in your provider directory and then remove that user's ssh keys from files/ssh/authorized_keys. When finished you *must* run a `leap deploy` to update that information on the servers (see: https://leap.se/code/issues/1863)
+. To remove an admin's access to your servers, please remove the directory for that user under the `users/` subdirectory in your provider directory and then remove that user's ssh keys from files/ssh/authorized_keys. When finished you *must* run a `leap deploy` to update that information on the servers.
. At the moment, it is only possible to add an admin who will have access to all LEAP servers (see: https://leap.se/code/issues/2280)