Skip to content

Instantly share code, notes, and snippets.

@phpdave
Created August 12, 2016 21:36
Show Gist options
  • Save phpdave/1124bc62d8e088dfb0327299e7c0b0ca to your computer and use it in GitHub Desktop.
Save phpdave/1124bc62d8e088dfb0327299e7c0b0ca to your computer and use it in GitHub Desktop.
Trying to make a JDBC connection to a litmis space through an ssh tunnel
#In terminal
ssh -L 23470:localhost:3470 [email protected]
#in JDBC setup using JTOpen driver
jdbc:as400://spaces.litmis.com;proxy server=localhost:23470
#jtopen driver: http://jt400.sourceforge.net/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment