Difference between revisions of "Template:X11Connection"

Line 6: Line 6:
*SSH with X11 redirection
*SSH with X11 redirection
**If connecting from OSX or Linux via SSH, please ensure that you use the following command to properly redirect X11:
**If connecting from OSX or Linux via SSH, please ensure that you use the following command to properly redirect X11:
***<pre style="white-space:pre-wrap; width:40%; border:1px solid lightgrey; background:#000000; color:white;">[user@localhost ~]$ ssh -Y circe.rc.usf.edu</pre>
***<pre style="white-space:pre-wrap; width:40%; border:1px solid lightgrey; background:#000000; color:white;">[user@localhost ~]$ ssh -X circe.rc.usf.edu</pre>, or
or
***<pre style="white-space:pre-wrap; width:40%; border:1px solid lightgrey; background:#000000; color:white;">[user@localhost ~]$ ssh -X sc.rc.usf.edu</pre>
***<pre style="white-space:pre-wrap; width:40%; border:1px solid lightgrey; background:#000000; color:white;">[user@localhost ~]$ ssh -Y sc.rc.usf.edu</pre>

Revision as of 20:32, 20 February 2017

Establishing a GUI connection to CIRCE/SC

To use X11Connection, you will need to connect to CIRCE/SC with GUI redirection, either using:

  • CIRCE/SC Desktop Environment
  • SSH with X11 redirection
    • If connecting from OSX or Linux via SSH, please ensure that you use the following command to properly redirect X11:
      • [user@localhost ~]$ ssh -X circe.rc.usf.edu
        , or
      • [user@localhost ~]$ ssh -X sc.rc.usf.edu