Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...


How to connect to the Cryo-Control / QT Computer remotely?

For Windows OS: VNC Viewer on Windows Platform.docx
For Ubuntu / Mac OS: (on command line: make sure you installed Kerberos on your computer, also you will need an account for e1039gat1: please contact Kun Liu to create one)
                                   $                                     kinit -f <YOUR_USER_NAME>@FNAL.GOV
                                > for QT computer:
                                   $                                     ssh -N -L 9999:192.168.24.199:5900 <YOUR_USER_NAME_ON_E1039_GAT1>@e1039gat1.fnal.gov
                                > for Cryo computer:
                                  $  ssh                                     ssh -N -L 9998:192.168.24.17:5900 <YOUR_USER_NAME_ON_E1039_GAT1>@e1039gat1.fnal.gov

...