Comment 1 for bug 619016

Revision history for this message
Laszlo Ersek (lacos-caesar) wrote :

Consider starting "ssh -M -N" separately first, and adding "ControlPath /tmp/ssh-socket-%r@%h:%p" to your ~/.ssh/config file, in the appropriate Host section. This should result in a single ssh connection (negotiated only once) and each file transfer should create a new session only (inside the preexistent connection).