Update home authored by Andreas Gad's avatar Andreas Gad
...@@ -15,9 +15,9 @@ The DAQ is running on a VME computer (__MOT2__) and a trigger module (__VULOM4b_ ...@@ -15,9 +15,9 @@ The DAQ is running on a VME computer (__MOT2__) and a trigger module (__VULOM4b_
The VME computer handles the readout of the data from the modules. The VME computer handles the readout of the data from the modules.
__Bumblebee__ can be acessed with `is633`. You can access it remotely with from any computer through ssh __Bumblebee__ can be acessed with `is633`. You can access it remotely with from stkern through ssh
```bash ```bash
ssh is633@bumblebee ssh -p 4567 is633@bumblebee
``` ```
One can access the VME computer from __Bumblebee__ with `ssh`: One can access the VME computer from __Bumblebee__ with `ssh`:
... ...
......