Skip to content

Commit cc5770e

Browse files
fcruzcscsmsimberg
andauthored
Update docs/access/ssh.md
Co-authored-by: Mikael Simberg <[email protected]>
1 parent b1df11d commit cc5770e

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

docs/access/ssh.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -179,9 +179,11 @@ ssh daint.cscs.ch
179179
If you have a server listening on a compute node in an Alps cluster and want to reach it from your local computer, you can do the following: allocate a node, start your server bound to `localhost`, open an SSH tunnel that jumps through `ela` to the cluster, then use `http://localhost:PORT` locally.
180180
Details on how to achieve this are below.
181181

182-
### Requirements
183-
- SSH keys loaded in your agent (including MFA steps).
184-
- Your CSCS username handy (replace `MYUSER` below).
182+
Before starting, make sure you:
183+
- [Have SSH keys loaded in your agent][ref-ssh-agent].
184+
- Have your CSCS username handy (replace `MYUSER` below).
185+
- Have your server running on a compute node on Alps.
186+
See the [Slurm documentation][ref-slurm] for help on how to allocate a node and start your server on a compute node.
185187
- Know the compute node ID (e.g., `nid006554`) and the port of your running server.
186188

187189
### Allocate a node and run a server (or test server)

0 commit comments

Comments
 (0)