Versions Compared

Key

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

...

proxy=socks5h://localhost:1080

 

Accessing the internet through a double hop ssh SOCKS5 proxy for yum and git. This is using ar-eudaq and rhel32-6 as hops:

ssh -t -L 1080:localhost:9696 <slac_username>@172.27.100.8 ssh -D 9696 rhel6-32 -N 

 

Compiling EUDAQ. This recipe assumes internet access and needs to be revised for the ESA restricted network

...