Table of Contents

OpenSSH

Multiplexing

Configuration

~/.ssh/config
Host *
  ControlMaster auto
  ControlPersist yes
  ControlPath ~/.ssh/control/%r@%h:%p

Controlling

# ssh -O ctl_cmd <server>

ctl_cmd:

Dynamic Changes