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 or something I can set up would make the copy bypass authentication? Is there a recipe for this?
