Zugang
- Vom ics:
ssh -p 32636 superx@193.174.40.51
- per Shortcut:
ssh lueneburg_p01
Browser Tunnel für Tomcat:
- zum ics:
ssh www.super-ics.de -L 127.0.0.1:9998:localhost:9998
- dort dann nach Lüneburg:
ssh lueneburg_p01 -L 127.0.0.1:9998:localhost:8080
- Browseraufruf dann: http://localhost:9998/superx/
Postgres Tunnel:
- zum ics:
ssh www.super-ics.de -L 127.0.0.1:9998:localhost:9998
- dort dann nach Lüneburg:
ssh lueneburg_p01 -L 127.0.0.1:9998:localhost:5432
- Die DB-URL lautet dann: jdbc:postgresql://localhost:9998/superx