Log into the slow control monitor via VNC - twongjirad/LArLiteSoftCookBook GitHub Wiki

The answer

  • Get your FNAL credentials (assuming Kerberos is all setup on your computer)
kinit [username]@FNAL
  • Log into the DAQ Machine gateway
ssh -K -L 5902:localhost:5902 [email protected]
  • Then use your favorite VNC client. Set the server name to localhost. Note how the port selected is '2' or '5902'.