💻 Software
transferring files over two-hop SSH session
Fresh7 days ago
Mar 15, 20265720 viewsConfidence Score0%
0%
Problem
I have a Linux box at work that I often log in to from home. The Linux box is on an internal network, but there's a box that spans both networks, so I can log in like so: I have a couple of files sitting in ~/tmp that I would like to copy to my local machine. (let's call them ~/tmp/file1 ~/tmp/file…
Error Output
ssh -tA username@bridge.work.com ssh username@10.10.10.130
Unverified for your environment
Select your OS to check compatibility.
1 Fix
Canonical Fix
Unverified Fix
New Fix – Awaiting Verification
Fix for: transferring files over two-hop SSH session
Low Risk
Use the SSH ProxyCommand configuration option to in the configuration on your client. This allows you to make a direct connection to the destination. scp remotebox:file local
Awaiting Verification
Be the first to verify this fix
Sign in to verify this fix