File tree 1 file changed +9
-7
lines changed
1 file changed +9
-7
lines changed Original file line number Diff line number Diff line change 1
1
# cmc
2
2
3
- ControlMaster Controller - Eases management of SSH ControlMaster connections
3
+ ControlMaster Controller - Eases management of SSH ControlMaster connections
4
+
4
5
5
6
## Overview
6
7
@@ -68,25 +69,26 @@ eventually be included in Homebrew proper. Thank you!
68
69
69
70
# ## ControlPersist
70
71
71
- ** Note:** This utility is partially deprecated by the addition of
72
- ControlPersist in [OpenSSH 5.6][openssh56]. It allows ControlMaster sessions to
73
- be configured to timeout instead of relying on a utility like ` cmc` to manage
74
- them. See [ssh_config(5)][mansshconfig] for more details.
72
+ Prior to the addition of ` ControlPersist` in [OpenSSH 5.6][openssh56], this
73
+ utility was needed. However it still convenient to be able to quickly manage
74
+ ControlMaster connections.
75
+
76
+ For more information on ` ControlPersist` see [ssh_config(5)][mansshconfig].
75
77
76
78
[openssh56]:https://www.openssh.com/txt/release-5.6
77
79
[mansshconfig]:http://man.openbsd.org/OpenBSD-current/man5/ssh_config.5
78
80
79
81
80
82
# ## Workflow
81
83
82
- ** See** [` docs/workflow` ][workflow].
84
+ See [` docs/workflow` ][workflow].
83
85
84
86
[workflow]:docs/workflow.rst
85
87
86
88
87
89
# ## Annotated SSH Configuration
88
90
89
- ** See** [` docs/annotated_config` ][annotated].
91
+ See [` docs/annotated_config` ][annotated].
90
92
91
93
[annotated]:docs/annotated_config.rst
92
94
You can’t perform that action at this time.
0 commit comments