Configuration file

Example: SSH multiplexing with Control commands

Host example
    Hostname example.com
    User user
    ControlMaster auto
    ControlPath ~/.ssh/%r@%h:%p

Then we can connect multiple times using the same connection with the command:

_$: ssh example