Skip to content

Commit 18c773f

Browse files
committed
Document disallowing remote console
1 parent da7e967 commit 18c773f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/Tools.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@ The IOCs available can be listed using
3333
console -M localhost -x
3434
```
3535

36-
To look at an IOC remotely
36+
To look at an IOC remotely, use SSH:
3737

3838
```
39-
console -M [MACHINE_NAME] -l [USERNAME] [IOCNAME]
39+
ssh [USERNAME]@[MACHINE] "c:\instrument\apps\epics\config_env.bat && console -M localhost [IOCNAME]"
4040
```
4141

4242
where username is the local user on the instrument PC (e.g. `spudulike`).

0 commit comments

Comments
 (0)