Skip to content

Jelastic PaaS add-on for enabling SSH tunneling on the database nodes

Notifications You must be signed in to change notification settings

layershift/jps-sshtun

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jps-sshtun

Starting with Jelastic version 5.8 AllowTcpForwarding is set to no by default.

This add-on will set it to yes on sqlDB nodes thus allowing you to connect directly to the database nodes via platfrom SSH Gateway.

Connection example

Establish the connection from PowerShell or Terminal

ssh <node id>-<user id>@gate.j.layershift.co.uk -p 3022 -N -L 3306:127.0.0.1:3306

Configure your database connection details in a database client application like HeidiSQL HeidiSQL Session

Without add-on installed and SSH tunnelling disabled:

Connection from computer database client application will fail with something like this shown in the ssh connection window

channel 2: open failed: administratively prohibited: open failed

About

Jelastic PaaS add-on for enabling SSH tunneling on the database nodes

Topics

Resources

Stars

Watchers

Forks

Languages