# manually. Don't set this option to "yes" or all SSH commands try to become
# the master session which is obviously not possible.
ControlMaster auto
+# When the connection for a master is closed (e.g. logout of remote shell),
+# move the master connection in the background. If there's no other active
+# connection using the master, close it after x seconds. This prevents the
+# client of the master connection from blocking because it waits for all
+# connections using it to terminate which is very annoying. The timeout
+# prevents stale master connections.
+ ControlPersist 10
# Hash hosts in ~/.ssh/known_hosts to try to conceal the known hosts. Doesn't
# help if the ssh hosts are stored in the shell's history file or in this file