FG
šŸ’» Software

Must I sftp to an intermediate server?

Fresh6 days ago
Mar 15, 202619256 views
Confidence Score0%
0%

Problem

I can't sftp directly into a particular host. To move a file from my home machine to the host, I must sftp a file to an intermediate host; ssh into the intermediate host; and sftp the file to the final destination. Is it possible to avoid such madness?

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: Must I sftp to an intermediate server?

Low Risk

From your local machine you can create am SSH tunnel through the intermediate host to the final host: This will open port 2000 on your localhost that will connect directly to the final server on port 22, by tunneling through the intermediate host. N…

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment