| 6 | | Information on how to set that up is at: [wiki:./SSH ssh setup] |
| | 7 | Detailed Instructions are at [wiki:./Console Connecting to a Console] |
| | 8 | |
| | 9 | === To Consoles |
| | 10 | The consoles can be connected to the same way as above, with the following differences: |
| | 11 | 1. Consoles can be connected to only during a [wiki:UserGuide/Reservation]. |
| | 12 | 1. Consoles can run OMF commands to control [wiki:Resources] within their [wiki:Architecture/Domains Domain] |
| | 13 | 1. Consoles share a [wiki:Network/Control Control] network with [wiki:Resources] within their [wiki:Architecture/Domains Domain] |
| | 14 | |
| | 15 | === To Resources |
| | 16 | |
| | 17 | * Resources can be interacted with by running commands from a Console. |
| | 18 | * For example: |
| | 19 | * Using [wiki:UserGuide/OmfQuickStart OMF commands] to |
| | 20 | * Turn resources on/off |
| | 21 | * Load and save images |
| | 22 | * Run OEDL Scripts with OMF exec |
| | 23 | * Use SSH from a console to open an interactive session with a compute resource. |
| | 24 | * Use SSH with X11 Forwarding to view a graphical window from a resource on your local machine |
| | 25 | |
| | 26 | === Direct Access to Resources |
| | 27 | This is an advanced topic. In the event that bridging through a console adds unacceptable overhead too your use case, the following options are available: |
| | 28 | |
| | 29 | * Use SSH [wiki:UserGuide/RemoteAccess/SSHProxyJump SSH ProxyJump] and similar commands to automate the connection though the console |
| | 30 | * Use the [wiki:UserGuide/RemoteAccess/VPN VPN] to route arbitrary network traffic from the [wiki:Network/Control Control Network] to or from your local machine. |