Versions Compared

Key

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

...

Code Block
languagebash
# Log into server
$ ssh pddaq-gen02-ctrl0gen03

# Source environment script
$ source /daq/rce/setup_env.sh

# Start the SOCKS2HTTP
$ HttpTunnelStart
Then hit enter key

# perform all your github pull/push/clone operations
$ git .......

# Stop the SOCKS2HTTP before logging out 
$ HttpTunnelStop

...

An excitable can be found at pddaq-gen02gen03:/daq/rce.

 

Notes

  • modify USER to your lxplus username
  • if you login to the daq machine as pduser, you still have to use your own lxplus username in the ssh config.
  • for password-less operations, you can create a kerberos ticket by "kinit USER@CERN.CH" (replace USER to your lxplus username).

...