(no title)
EnigmaCurry | 2 years ago
Over SSH? Did you turn on ssh connection sharing in ssh config?
> ControlMaster auto
> ControlPersist yes
> ControlPath /tmp/ssh-%u-%r@%h:%p
massive speedup when you do this, otherwise it starts a new connection for every operation.
spudlyo|2 years ago
softirq|2 years ago
chlorion|2 years ago
jamespo|2 years ago