Skip to content

Commit c4b56e4

Browse files
committed
Mention SSH multiplexing prereq
1 parent 659bfcb commit c4b56e4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/setup_remotessh.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ If you haven't already, follow the [CAEN Linux Tutorial](setup_caen.html) so you
2323
### Edit SSH Config
2424
First, we need to specify CAEN as a host in our SSH config file so VS Code knows where to connect. You can find the file at `~/.ssh/config`.
2525

26+
Make sure you set up [SSH multiplexing](setup_caen.html#avoiding-repeated-2fa) from the CAEN Linux Tutorial if you haven't already. This can help you avoid repeated 2FA prompts when connecting.
27+
2628
Add the following lines to the SSH config file, replacing `<uniqname>` with your own uniqname.
2729
```
2830
Host caen #(Can be named anything you like)

0 commit comments

Comments
 (0)