Skip to content

Commit 62f24cc

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

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

docs/access/ssh.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -188,8 +188,7 @@ Before starting, make sure you:
188188

189189
!!! tip "Binding to `127.0.0.1` ensures the service is only reachable via your tunnel"
190190

191-
### Open the tunnel from your laptop
192-
In a new local terminal:
191+
To open the tunnel from your local computer:
193192

194193
```bash
195194
MYUSER=cscsusername # your username at CSCS
@@ -199,8 +198,10 @@ CLUSTER=daint # cluster you want to reach
199198

200199
ssh -N -J ${MYUSER}@ela.cscs.ch,${MYUSER}@${CLUSTER}.alps.cscs.ch -L ${PORT}:localhost:${PORT} ${MYUSER}@${NODE}
201200
```
202-
- First run may ask to trust the node’s host key — type `yes`.
203-
- The command blocks while the tunnel is open (that is expected).
201+
202+
The command blocks while the tunnel is open (that is expected).
203+
204+
!!! info The first run may ask to trust the node's host key---type `yes`.
204205

205206
### Connect locally
206207
With the service running and the tunnel open, you can now reach your service locally:

0 commit comments

Comments
 (0)