... | ... | @@ -10,9 +10,9 @@ The device by default will have two connection modes: |
|
|
### SSH - command line access
|
|
|
The easiest way to connect directly to the eRTIS device is over SSH from your terminal or other command line interface. Once you know the IP of the eRTIS device you can connect to it with
|
|
|
```bash
|
|
|
ssh USERNAME@IP.OF.eRTIS.DEVICE
|
|
|
ssh cosyslab@IP.OF.eRTIS.DEVICE
|
|
|
```
|
|
|
Please use the username and fill in the password that were given to you by a Cosys-Lab member and you will be connected to the eRTIS device.
|
|
|
Please use the username `cosyslab` and fill in the password that was given to you by a Cosys-Lab member and you will be connected to the eRTIS device.
|
|
|
|
|
|
### XRDP - visual interface
|
|
|
If you prefer to have a visual interface with a desktop environment you can use the XRDP interface.
|
... | ... | |