Declad: Difference between revisions

From Mu2eWiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
Line 4: Line 4:


  ssh tunnel
  ssh tunnel
  ssh -4 -f -X -N -L 8080:localhost:8080 -J rlc@mu2egateway01 rlc@mu2e-dl-01
  ssh -4 -f -X -N -L 8080:localhost:8080 -J ${USER}@mu2egateway01 ${USER}@mu2e-dl-01
  in browser:  
  in browser:  
  localhost:8080
  localhost:8080


Offline
Offline

Latest revision as of 19:31, 20 November 2024

Introduction to Declad

Online

ssh tunnel
ssh -4 -f -X -N -L 8080:localhost:8080 -J ${USER}@mu2egateway01 ${USER}@mu2e-dl-01
in browser: 
localhost:8080

Offline