Torpedo JDBC SSH Tunnel

Tunnel any jdbc connection

License

License

GroupId

GroupId

org.torpedoquery
ArtifactId

ArtifactId

jdbc-ssh-tunnel
Last Version

Last Version

0.1.0
Release Date

Release Date

Type

Type

jar
Description

Description

Torpedo JDBC SSH Tunnel
Tunnel any jdbc connection
Source Code Management

Source Code Management

https://github.com/xjodoin/jdbc-ssh-tunnel

Download jdbc-ssh-tunnel

How to add to project

<!-- https://jarcasting.com/artifacts/org.torpedoquery/jdbc-ssh-tunnel/ -->
<dependency>
    <groupId>org.torpedoquery</groupId>
    <artifactId>jdbc-ssh-tunnel</artifactId>
    <version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.torpedoquery/jdbc-ssh-tunnel/
implementation 'org.torpedoquery:jdbc-ssh-tunnel:0.1.0'
// https://jarcasting.com/artifacts/org.torpedoquery/jdbc-ssh-tunnel/
implementation ("org.torpedoquery:jdbc-ssh-tunnel:0.1.0")
'org.torpedoquery:jdbc-ssh-tunnel:jar:0.1.0'
<dependency org="org.torpedoquery" name="jdbc-ssh-tunnel" rev="0.1.0">
  <artifact name="jdbc-ssh-tunnel" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.torpedoquery', module='jdbc-ssh-tunnel', version='0.1.0')
)
libraryDependencies += "org.torpedoquery" % "jdbc-ssh-tunnel" % "0.1.0"
[org.torpedoquery/jdbc-ssh-tunnel "0.1.0"]

Dependencies

test (2)

Group / Artifact Type Version
mysql : mysql-connector-java jar 5.1.37
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.

JDBC SSH tunnel

Build Status Maven Central

Tunnel any jdbc driver connection over ssh

Basic

jdbc:ssh:mysql://remote.com/feedback

Advance

jdbc:ssh:mysql://remote.com:3333/feedback?sshUser=test&sshHost=test.com&sshPort=2222

License

This software is licensed under the Apache Sotware License version 2.0, see LICENSE.txt.

Versions

Version
0.1.0