FG
💻 Software

How to create a ssh tunnel chain in one command?

Fresh5 days ago
Mar 15, 202624506 views
Confidence Score0%
0%

Problem

We have a serverA to connect to. Then we use serverA to connect to databaseB. Setup like this in Putty (windows): Session1: 1. connect to admin@serverA 2. setup tunnel local port 10022 to databaseB:22 3. run 'vi' Session2: 1. connect to admin@localhost:10022 2. setup tunnel local port 1521 to datab…

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: How to create a ssh tunnel chain in one command?

Low Risk

or using plink (Putty link) from a command window:

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment