💻 Software
ssh: leave channel open for fast copies
Fresh6 days ago
Mar 15, 20261494 viewsConfidence Score0%
0%
Problem
I have a high latency connection to a remote system. I'm debugging a script on the remote system, and thus repeatedly copying a small file via scp. This is annoying because it has to re-authenticate (using pubkey) each time and the whole process takes longer than it should. Is there a port forward …
Unverified for your environment
Select your OS to check compatibility.
1 Fix
Canonical Fix
Unverified Fix
New Fix – Awaiting Verification
Fix for: ssh: leave channel open for fast copies
Low Risk
You could enable connection sharing. You would keep a single connection open (e.g. use it for work on the remote site) and use that same connection to copy with . To activate it you need in your is the path to the socket for the shared connection. A…
Awaiting Verification
Be the first to verify this fix
Sign in to verify this fix