Skip to content

Commit 35617be

Browse files
authored
Update JLAB_Farm_QuickStart.md
Added JLab farm connection info.
1 parent 07965fa commit 35617be

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

_extras/JLAB_Farm_QuickStart.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,24 @@ If you will be running eic-shell on the JLab farm systems, some pointers for get
66

77
## Connecting to an iFarm node
88

9+
Before connecting to an iFarm node, you must first connect to the login node via -
10+
11+
```console
12+
13+
```
14+
Where you should replace USER with your username. You will be prompted to enter your password. For the login node this is your PIN + two-factor token. Do not insert a space between the PIN and token. Once on the login node, you can then connect to an interactive node via -
15+
16+
```console
17+
ssh USER@ifarm9
18+
```
19+
You will again be prompted for your password, this time, it's your CUE password.
20+
21+
Other iFarm nodes can be specified if desired. Additionally, you can also just use -
22+
23+
```console
24+
ssh -J [email protected] USER`@ifarm9
25+
```
26+
to do both steps at once.
27+
28+
See this [Service Now](https://jlab.servicenowservices.com/scicomp?id=kb_article_view&sysparm_article=KB0015066) documentation for further pointers and assistance.
29+

0 commit comments

Comments
 (0)