summaryrefslogtreecommitdiff
path: root/docs/platform/known-issues.md
diff options
context:
space:
mode:
authorvarac <varacanero@zeromail.org>2013-07-03 21:25:52 +0200
committervarac <varacanero@zeromail.org>2013-07-03 21:25:52 +0200
commitc1bf615d596ec32af3e4dcf30d4c6b812a015a0b (patch)
treece43ca4e4832f1e7e4b6ddcaf8f7fd07a46b7d85 /docs/platform/known-issues.md
parentf076b67be11e2cf2fbbcbfa925214f95c9bb9ab1 (diff)
parent899a114e20d83ba8d78b6063a954e6a2d228c90c (diff)
Merge branch 'master' of ssh://code.leap.se/leap_doc
Conflicts: docs/platform/known-issues.md
Diffstat (limited to 'docs/platform/known-issues.md')
-rw-r--r--docs/platform/known-issues.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/platform/known-issues.md b/docs/platform/known-issues.md
index 0ec1f33..6682ae7 100644
--- a/docs/platform/known-issues.md
+++ b/docs/platform/known-issues.md
@@ -26,7 +26,7 @@ General Issues
User setup and ssh
------------------
-. if you aren't using a single ssh key, but have different ones, you will need to define the following in your ~/.ssh/config:
+. if you aren't using a single ssh key, but have different ones, you will need to define the following at the top of your ~/.ssh/config:
HostName <ip address>
IdentityFile <path to identity file>
@@ -39,14 +39,14 @@ HostKey /etc/ssh/ssh_host_ecdsa_key and that file exists. If you made a change t
. 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)
-. 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)
+. 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)
. 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)
Deploying
---------
-. If you have any errors during a run, please try to deploy again as this often solves non-deterministic issues that were not uncovered in our testing. Please re-deploy with `leap -v2 deploy` to get verbose logs and capture the complete output to provide to us for debugging.
+. If you have any errors during a run, please try to deploy again as this often solves non-deterministic issues that were not uncovered in our testing. Please re-deploy with `leap -v2 deploy` to get more verbose logs and capture the complete output to provide to us for debugging.
. If when deploying your debian mirror fails for some reason, network anomoly or the mirror itself is out of date, then platform deployment will not succeed properly. Check the mirror is up and try to deploy again when it is resolved (see: https://leap.se/code/issues/1091)