diff --git a/Batch-Systems.md b/Batch-Systems.md
index 14da4f923672df4b9b707b47fb584ade59b25e0f..6080e04dc2bbaa78f68b37a946fee4294aaea080 100644
--- a/Batch-Systems.md
+++ b/Batch-Systems.md
@@ -14,6 +14,11 @@ Important commands:
 * Open interactive pseudo-terminal shell (`-tty`): `bsub -tty -Is /bin/bash`
 * With GPU resources (`-R […]`): `bsub -R "rusage[ngpus_shared=1]" -tty -Is /bin/bash`
 * Forward X, e.g. for *Visual Profiler* (`-XF`): `bsub -R "rusage[ngpus_shared=1]" -I -XF nvvp`
+    - Trouble with this? Make sure you have done the following<a name="xftrouble"></a>
+        + On your local machine, add the `id_train0XX` SSH key to your agent with `ssh-add id_train0XX`
+        + Connect to JURON forwarding your SSH agent (`ssh -A […]`)
+        + On JURON, verify that the system knows your `id_train0XX` key with `ssh-add -l`
+        + *Hint: Have a look at the **Creating Alias** part of the `Login.{md,pdf}` section of the documentation. Much better than creating aliases in your shell.*
 * Use node in exclusive mode (`-x`): `bsub -x -I hostname` (*Please keep your exclusive jobs short*)
 
 Available queues:
diff --git a/convert2pdf/Batch-Systems.pdf b/convert2pdf/Batch-Systems.pdf
index 7553b19fbed1a022a31c2c2f8ab6347c355d9df0..84f1f1ddb31ffbf9fd04b7eee0a6466128370f1d 100644
Binary files a/convert2pdf/Batch-Systems.pdf and b/convert2pdf/Batch-Systems.pdf differ
diff --git a/convert2pdf/all.pdf b/convert2pdf/all.pdf
index 6487d5b747e6772ef3675b85df12d9d6b61eafff..29a88495c17651be1311f60acf468e8ef666095a 100644
Binary files a/convert2pdf/all.pdf and b/convert2pdf/all.pdf differ