From cddabb74c7d756310d7da66483fff20ae283681c Mon Sep 17 00:00:00 2001 From: Jan Frenzel <jan.frenzel@tu-dresden.de> Date: Tue, 19 Oct 2021 13:39:40 +0200 Subject: [PATCH] Apply 1 suggestion(s) to 1 file(s) --- doc.zih.tu-dresden.de/docs/software/virtual_machines.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc.zih.tu-dresden.de/docs/software/virtual_machines.md b/doc.zih.tu-dresden.de/docs/software/virtual_machines.md index 02b09e846..534bc97c8 100644 --- a/doc.zih.tu-dresden.de/docs/software/virtual_machines.md +++ b/doc.zih.tu-dresden.de/docs/software/virtual_machines.md @@ -35,8 +35,8 @@ bash-4.2$ ## Access a Virtual Machine -Since the a security issue on ZIH systems, we restricted the filesystem permissions. Now you have to -wait until the file `/tmp/${SLURM_JOB_USER}\_${SLURM_JOB_ID}/activate` is created, then you can try +After a security issue on ZIH systems, we restricted the filesystem permissions. Now, you have to +wait until the file `/tmp/${SLURM_JOB_USER}_${SLURM_JOB_ID}/activate` is created. Then, you can try to connect via `ssh` into the virtual machine, but it could be that the virtual machine needs some more seconds to boot and start the SSH daemon. So you may need to try the `ssh` command multiple times till it succeeds. -- GitLab